Skip to content

Commit

Permalink
Update deploy.sh 권한 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 authored Jan 1, 2024
1 parent 16cd0ea commit 28dab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
key: ${{ secrets.RELEASE_SERVER_KEY }}
script: |
cd ~
sudo chmod 774 ./deploy.sh
sudo chmod 777 ./deploy.sh
./deploy.sh

0 comments on commit 28dab01

Please sign in to comment.