Skip to content

Commit

Permalink
fix: deploy.sh 실행 수정(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Aug 5, 2024
1 parent 9d76f60 commit 87f2b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.AWS_SSH_KEY }}
script: |
sudo sh ./bin/bash/deploy.sh
cd bin/bash
sudo sh deploy.sh

0 comments on commit 87f2b22

Please sign in to comment.