correzione in deploy.yml
All checks were successful
Deploy to VPS / build (push) Successful in 35s
Deploy to VPS / deploy (push) Successful in 26s

This commit is contained in:
AV77web 2026-05-28 18:53:00 +02:00
parent 8eabdca9bf
commit bf523cca89

View file

@ -39,7 +39,7 @@ jobs:
uses: https://github.com/appleboy/ssh-action@v1.0.3 uses: https://github.com/appleboy/ssh-action@v1.0.3
with: with:
host: ${{ secrets.VPS_HOSTNAME }} host: ${{ secrets.VPS_HOST}}
username: ${{ secrets.VPS_USER }} username: ${{ secrets.VPS_USER }}
key: ${{ secrets.VPS_SSH_KEY }} key: ${{ secrets.VPS_SSH_KEY }}