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
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:
parent
09256334d5
commit
409d1855f9
1 changed files with 3 additions and 1 deletions
|
|
@ -39,4 +39,6 @@ jobs:
|
|||
SSH_USER: ${{ secrets.PROXY_USER }}
|
||||
SSH_HOST: ${{ secrets.PROXY_HOST }}
|
||||
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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue