Skip to content

Commit

Permalink
fix: deploy.sh 권한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Aug 5, 2024
1 parent 532a489 commit 2b89011
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 @@ -63,4 +63,4 @@ jobs:
username: ${{ secrets.EC2_USERNAME }}
key: ${{ secrets.AWS_SSH_KEY }}
script: |
./bin/bash/deploy.sh
sudo ./bin/bash/deploy.sh

0 comments on commit 2b89011

Please sign in to comment.