diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c4d770d0..755f19f92 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 '