Skip to content

Commit

Permalink
Testing SSH conection from Github Action (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Oct 14, 2024
1 parent f73d385 commit fd5f6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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 --no-daemon
exit
EOF
pm2 restart all || pm2 start server.js --name virtual-dojo
exit 0
EOF

0 comments on commit fd5f6f5

Please sign in to comment.