Skip to content

Commit

Permalink
fix : deploy.sh 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
anxi01 committed Apr 25, 2024
1 parent 8ddf5c0 commit 7d708c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
username: ubuntu
key: ${{secrets.PEM_KEY}}
script: |
chmod 777 ./deploy.sh
chmod 777 /home/ubuntu/docker/deploy.sh
./deploy.sh
docker image prune -f

0 comments on commit 7d708c4

Please sign in to comment.