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