We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2225dc commit a47a285Copy full SHA for a47a285
.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
116
REMOTE_USER: ${{ secrets.REMOTE_USER }}
117
SSH_KEY: ${{ secrets.REMOTE_PRIVATE_KEY }}
118
run: |
119
- ssh -o StrictHostKeyChecking=no $REMOTE_USER@$REMOTE_HOST "cd /home/root/app/octodocs; sh deploy.sh"
+ ssh -o StrictHostKeyChecking=no $REMOTE_USER@$REMOTE_HOST "cd /home/root/app/octodocs; nohup yarn start > nohup.out 2> nohup.err < /dev/null &"
120
121
# # 배포용 쉘 스크립트 파일 전송
122
# - name: Copy deploy.sh to remote server
deploy.sh
0 commit comments