uno dei tentativi per l'hang di ssh
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:01:42 +01:00
parent 09256334d5
commit 409d1855f9

View file

@ -39,4 +39,6 @@ jobs:
SSH_USER: ${{ secrets.PROXY_USER }} SSH_USER: ${{ secrets.PROXY_USER }}
SSH_HOST: ${{ secrets.PROXY_HOST }} SSH_HOST: ${{ secrets.PROXY_HOST }}
run: | run: |
sudo scp -v -i /root/.ssh/id_ed25519 public/* $SSH_USER@$SS_HOST:/var/www/miniera.hackinpovo.it/html/ scp -i /root/.ssh/id_ed25519 \
-o StrictHostKeyChecking=no \
-r public/* $SSH_USER@$SSH_HOST:/var/www/miniera.hackinpovo.it/html/