Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poi1649 authored Nov 23, 2023
1 parent 5b900a6 commit babe809
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
needs: [ build-and-push ]
steps:
- name: 도커 풀 / 파일 실행
run: sudo ./deploy.sh
working-directory: ~/
run: |
cd ~
sudo ./deploy.sh

0 comments on commit babe809

Please sign in to comment.