Skip to content

Commit

Permalink
Merge pull request #56 from Pironeer-APP/develop
Browse files Browse the repository at this point in the history
Update fastcd.yml
  • Loading branch information
chan000518 authored Aug 12, 2024
2 parents cd169b3 + de6b833 commit 7b95dfa
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 7b95dfa

Please sign in to comment.