Skip to content

Commit

Permalink
Testing front .env
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jul 1, 2024
1 parent 6dc22e5 commit da69d73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,3 @@ jobs:
pm2 restart all || pm2 start server.js --name virtual-dojo
exit
EOF
# Reiniciar Nginx
- name: Restart Nginx
run: sshpass -p "${{ secrets.VPS_SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no "${{ secrets.VPS_SSH_USERNAME }}@${{ secrets.VPS_SSH_HOST }}" 'sudo systemctl restart nginx'

0 comments on commit da69d73

Please sign in to comment.