Skip to content

Commit

Permalink
fix: 배포 스크립트 경로 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
PMtHk committed Nov 9, 2024
1 parent 9e037c9 commit ec9ebeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: |
cd /var/www/harmony
chmod +x deploy.sh
./deploy.sh
chmod +x scripts/deploy.sh
./scripts/deploy.sh

0 comments on commit ec9ebeb

Please sign in to comment.