Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry committed Aug 12, 2024
1 parent f05465d commit d2daedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
cd /var/www/airmonitor/server
git pull origin master
npm i
pm2 stop --name airmonitor
pm2 stop ./src/server-prod.js
pm2 start ./src/server-prod.js --name airmonitor
exit

0 comments on commit d2daedc

Please sign in to comment.