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