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 385813e commit 7619317
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: |
sh /bin/bash/deploy.sh
pwd
sh ./bin/bash/deploy.sh

0 comments on commit 7619317

Please sign in to comment.