Skip to content

Commit

Permalink
fix: script 파일 디렉토리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehee329 committed Nov 22, 2023
1 parent 5df705e commit 4e3a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
host: ${{ secrets.HOST_WAS1 }}
key: ${{ secrets.PRIVATE_KEY_WAS1 }}
script: |
sudo /home/ubuntu/deploy/deploy.sh
sudo /home/ubuntu/backend/deploy.sh
- name: action-slack
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 4e3a843

Please sign in to comment.