Skip to content

Commit

Permalink
[Feat] : mysql redis초기화 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Sep 14, 2024
1 parent b90abc2 commit 1edf569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
port: 22
script: |
sudo docker pull ${{ secrets.DOCKER_REPO }}/studyhub_backend
sudo docker compose down
sudo docker compose up -d
sudo docker compose -f docker-compose-app.yml down
sudo docker compose -f docker-compose-app.yml up -d

0 comments on commit 1edf569

Please sign in to comment.