Skip to content

Commit 9b44de5

Browse files
authored
�deploy: 배포 워크플로우 갱신
1 parent cebc62f commit 9b44de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.cd.yml

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

0 commit comments

Comments
 (0)