aggiunto env per la chiave
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 3s

This commit is contained in:
Freekkettone 2025-11-14 05:09:11 +01:00
parent e618c95472
commit c931fd3ee7

View file

@ -36,6 +36,7 @@ jobs:
# (tieni a mente che con questa sola copia la repo su proxi rimane outdated perché viene fatta la copia direttamente dentro /var/www senza toccare ~/resources)
- name: Copy files to reverse proxy /var/www/...
env:
SSH_KEY: ${{ secrets.PROXY_SSH_KEY }}
SSH_USER: ${{ secrets.PROXY_USER }}
SSH_HOST: ${{ secrets.PROXY_HOST }}
run: |