diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b83df61..74e76bd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,5 +39,7 @@ jobs: runs-on: self-hosted steps: + - name: Delete old Daemon + run: pm2 delete next - name: Run - run: pm2 startOrReload yarn --name "next" -- start + run: pm2 start yarn --name "next" -- start