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 3d67dcd commit b7150b4
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 @@ -19,5 +19,5 @@ jobs:
cd /var/www/airmonitor/server
git pull origin master
npm i
pm2 start ./src/server-prod.js
pm2 start ./src/server-prod.js --name airmonitor
exit

0 comments on commit b7150b4

Please sign in to comment.