Skip to content

Commit

Permalink
ci: 스크립트 실행 명령어 수정 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored Feb 4, 2024
1 parent 06776ae commit e3b76ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
host: ${{ secrets.DEV_PUBLIC_IP }}
key: ${{ secrets.DEV_PRIVATE_KEY }}
script: |
sudo /home/ubuntu/deploy.sh
sudo sh /home/ubuntu/deploy.sh
- name: send result to slack
if: always()
Expand Down

0 comments on commit e3b76ac

Please sign in to comment.