Skip to content

Commit

Permalink
Fix environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DalySoftware committed Nov 14, 2024
1 parent a51f855 commit 7d9c4cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/serverBuildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ jobs:
ls -a /home/www
echo "Starting node server"
port="4000"
pm2 start /home/www/src/app.js
sudo systemctl restart nginx
port=4000 pm2 start /home/www/src/app.js

0 comments on commit 7d9c4cf

Please sign in to comment.