diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d6b6727..e64d54b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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' \ No newline at end of file