Actualizar '.github/workflows/main.yml'
CI / docker_demo (push) Failing after 1m45s Details
hello-world / my-job (push) Successful in 7s Details

main
rober 9 months ago
parent 6115a352e8
commit c2c2e6b426

@ -22,5 +22,6 @@ jobs:
ssh-add - <<< "$clave_ssh"
#./subir.sh
hugo
sshpass -p "$contra" rsync -azP public/* calcetines@nodriza.robertops.com:/home/calcetines/blog/
echo $clave_ssh > clave_ssh
rsync -e "ssh -i clave_ssh" -azP public/* calcetines@nodriza.robertops.com:/home/calcetines/blog/
Loading…
Cancel
Save