Skip to content

Commit cebc62f

Browse files
authored
Merge pull request #44 from SproutMJ/워크플로우-갱신
�deploy: 배포 워크플로우 갱신
2 parents 93a0687 + 7c5ad13 commit cebc62f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ jobs:
6161
- name: Deploy BACK to production server
6262
working-directory: backend/prod/
6363
run: |
64-
nohup ./start.sh &>/dev/null &
65-
disown
64+
setsid ./start.sh >/dev/null 2>&1 < /dev/null &

0 commit comments

Comments
 (0)