diff --git a/.github/workflows/fastcd.yml b/.github/workflows/fastcd.yml index 4300b6a..479ec0a 100644 --- a/.github/workflows/fastcd.yml +++ b/.github/workflows/fastcd.yml @@ -35,8 +35,9 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} script: | cd Pironeer_Attend_Web/ - pm2 stop app.js || true git pull origin main npm install --production + pm2 stop app || true pm2 start app.js + sudo systemctl restart nginx