Skip to content

Commit 1eff57c

Browse files
committed
fix: yarn start 백그라운드를 workflow와 분리
1 parent 61ac381 commit 1eff57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
DIR="/home/root/app/octodocs"
112112
cd "$DIR"
113113
cd backend
114-
nohup yarn start &
114+
nohup yarn start & disown
115115
EOF
116116
# # 배포용 쉘 스크립트 파일 전송
117117
# - name: Copy deploy.sh to remote server

0 commit comments

Comments
 (0)