Skip to content

Commit

Permalink
fix: 배포 스크립트 실행 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
abc5259 committed Oct 17, 2024
1 parent 8863ef9 commit 2b8d635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
key: ${{ secrets.EC2_PRIVATE_KEY }}
script_stop: true
script: |
bash /home/ubuntu/compose/deploy.sh
cd /home/ubuntu/compose
bash ./deploy.sh

0 comments on commit 2b8d635

Please sign in to comment.