From be5f6db71f9a64a6f941992643995021122c2e70 Mon Sep 17 00:00:00 2001 From: Michael morais <53665466+itsmorais@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:00:42 -0300 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 4af99d4..17892fe 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -20,8 +20,8 @@ jobs: script: | cd /home/Dnutri git pull origin main - npm install cd backend - npm run dev + pm2 stop src + npm i && pm2 start src