Skip to content

Commit

Permalink
�deploy: 배포 워크플로우 갱신
Browse files Browse the repository at this point in the history
  • Loading branch information
SproutMJ authored May 26, 2024
1 parent ad6e049 commit a9e9081
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 a9e9081

Please sign in to comment.