Skip to content

Commit

Permalink
Testing SSH conection from Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Oct 14, 2024
1 parent 15c0e1b commit f73d385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
cd /var/www/html/virtual-dojo/backend
npm install pm2 -g
npm install --only=prod
pm2 restart all || pm2 start server.js --name virtual-dojo
pm2 restart all || pm2 start server.js --name virtual-dojo --no-daemon
exit
EOF

0 comments on commit f73d385

Please sign in to comment.