Skip to content

Commit

Permalink
Merge pull request #43 from SproutMJ/워크플로우-갱신
Browse files Browse the repository at this point in the history
�deploy: 배포 워크플로우 갱신
  • Loading branch information
SproutMJ authored May 26, 2024
2 parents ad6e049 + a9e9081 commit 93a0687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ jobs:

- name: Deploy BACK to production server
working-directory: backend/prod/
run: ./start.sh
run: |
nohup ./start.sh &>/dev/null &
disown

0 comments on commit 93a0687

Please sign in to comment.