Skip to content

Commit

Permalink
[CHORE] dev-CD.yml 파일 권한 부여 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Mar 17, 2024
1 parent c794177 commit 1f88154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ jobs:
key: ${{ secrets.DEV_SERVER_KEY }}
script: |
cd ~
./deploy.sh
chmod +x ./deploy.sh
./deploy.sh

0 comments on commit 1f88154

Please sign in to comment.