correzione a .github/workflows/deploy.yml VPS_USER,VPS_HOST e VPS_SSH_KEY
Some checks failed
Deploy to VPS / build (push) Successful in 14s
Deploy to VPS / deploy (push) Failing after 4s

This commit is contained in:
AV77web 2026-06-21 00:16:09 +02:00
parent d1f3e67230
commit 0d82ae4bdf

View file

@ -36,9 +36,9 @@ jobs:
- name: Deploy via SSH
uses: https://github.com/appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.AZURE_HOST }}
username: ${{ secrets.AZURE_USER }}
key: ${{ secrets.AZURE_SSH_KEY }}
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USER }}
key: ${{ secrets.VPS_SSH_KEY }}
script: |
echo "START DEPLOY"
cd /opt/apps/corrieribackend