Skip to content

Commit ef7b7b0

Browse files
committed
fix: nohup 추가
1 parent d915650 commit ef7b7b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-cd(dev).yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
elif [ "${{ inputs.dev_command }}" = "yarn dev" ]; then
5858
lsof -ti:5001 | xargs kill -9 || true
5959
fi
60-
${{ inputs.dev_command }} &
60+
nohup ${{ inputs.dev_command }} > output.log 2>&1 &
6161
sleep 5
6262
EOF
6363

0 commit comments

Comments
 (0)