Skip to content

Commit

Permalink
Update fastcd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chan000518 authored Aug 12, 2024
1 parent 0ea7581 commit de6b833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fastcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd Pironeer_Attend_Web/
git pull origin main
npm install --production
pm2 stop app || true
pm2 stop app.js || true
pm2 start app.js
sudo systemctl restart nginx

0 comments on commit de6b833

Please sign in to comment.