Skip to content

Commit

Permalink
fix: 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Jan 23, 2024
1 parent ad37770 commit 407ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.AWS_SSH_KEY }}
script: |
sudo docker compose down
sudo docker compose -f api/bin/docker-compose.yml down
sudo docker compose -f api/bin/docker-compose.yml up -d

0 comments on commit 407ad6d

Please sign in to comment.