Skip to content

Commit

Permalink
Adds nohup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jun 2, 2023
1 parent 9daef69 commit a5d5035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
yarn
yarn heroku-postbuild
killall node
nohup yarn start &
nohup yarn start > nohup.out 2> nohup.err < /dev/null &
cd ..
ls ausk.* | grep -v $DIR | xargs rm -rf
'

0 comments on commit a5d5035

Please sign in to comment.