From a5d50358aa39043c48e5710f9d72a1a2eebf2fd5 Mon Sep 17 00:00:00 2001 From: Victor Vlasenko Date: Fri, 2 Jun 2023 19:54:28 +0300 Subject: [PATCH] Adds nohup fix --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '