From 82d5f1da62e44c877199682aca3ee884a98e014c Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 2 Jun 2020 11:52:39 +0200 Subject: [PATCH] Use PM2 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3b60f2e..27fbba0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,4 +23,4 @@ jobs: run: yarn build-all - name: Run - run: chmod 777 ./run.sh && screen -S nextjs -d -m sh run.sh \ No newline at end of file + run: pm2 start yarn --name "next" -- start \ No newline at end of file