We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77cf969 + ef7b7b0 commit 904bb21Copy full SHA for 904bb21
1 file changed
.github/workflows/auto-cd(dev).yaml
@@ -57,7 +57,8 @@ jobs:
57
elif [ "${{ inputs.dev_command }}" = "yarn dev" ]; then
58
lsof -ti:5001 | xargs kill -9 || true
59
fi
60
- ${{ inputs.dev_command }}
+ nohup ${{ inputs.dev_command }} > output.log 2>&1 &
61
+ sleep 5
62
EOF
63
64
- name: 원격 서버에 배포 완료
0 commit comments