Skip to content

Commit

Permalink
[FIX] nohup 로그 생성 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 18, 2024
1 parent b273ff5 commit 3da0d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
touch .env.dev
echo "$ENV_FILE" >> .env.dev
nohup npm run start >/dev/null &
nohup npm run start > nohup.out 2>&1 &
sleep 5
Expand Down

0 comments on commit 3da0d25

Please sign in to comment.