Skip to content

Commit

Permalink
[CHORE] Update DOCKER-CD.yml
Browse files Browse the repository at this point in the history
sudo 권한 수정
  • Loading branch information
bbabbi authored Oct 14, 2024
1 parent 289bee2 commit df473de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_KEY }}
script: |
cd ~
chmod +x ./deploy.sh # 실행 권한 부여
./deploy.sh
cd /var/www
sudo chmod +x ./deploy.sh
sudo ./deploy.sh

0 comments on commit df473de

Please sign in to comment.