From cdd3128393d396bf863e2db15ec08c5eae18b2e6 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Mon, 8 Jun 2020 14:14:02 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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