Skip to content

Commit 5b5bd1a

Browse files
committed
fix: exit 추가
1 parent 1eff57c commit 5b5bd1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)