Skip to content

Commit 904bb21

Browse files
authored
Merge pull request #73 from ChooseTale/feat/atc/CD
Feat/atc/cd
2 parents 77cf969 + ef7b7b0 commit 904bb21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ 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 &
61+
sleep 5
6162
EOF
6263
6364
- name: 원격 서버에 배포 완료

0 commit comments

Comments
 (0)