Skip to content

Commit

Permalink
Deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jun 24, 2024
1 parent b372a26 commit 422e0e2
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 @@ -62,6 +62,6 @@ jobs:
cd /var/www/html/virtual-dojo/backend
npm install -g pm2
npm install --only=prod
pm2 restart all || pm2 start server.js --name virtual-dojo
pm2 restart all || pm2 start index.js --name virtual-dojo
exit
EOF

0 comments on commit 422e0e2

Please sign in to comment.