1
0
Fork 0

Force ssh over IPv4
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sergio Durigan Junior 2024-02-24 21:36:37 -05:00
parent eb28b5fce5
commit 8d2b7ee342
1 changed files with 4 additions and 6 deletions

View File

@ -9,9 +9,7 @@ steps:
- printf '%s\n' "$${SSH_KEY}" > ~/.ssh/id_rsa
- chmod 0700 ~/.ssh
- /usr/bin/hugo --verbose
- cat ~/.ssh/id_rsa
- echo "$${SSH_PORT}"
# - /usr/bin/rsync --verbose --compress --archive --recursive
# --progress --checksum --delete
# --rsh="/usr/bin/ssh -p $${SSH_PORT} -o StrictHostKeyChecking=no"
# public/ blog@sergiodj.net:.
- /usr/bin/rsync --verbose --compress --archive --recursive
--progress --checksum --delete
--rsh="/usr/bin/ssh -4 -p $${SSH_PORT} -o StrictHostKeyChecking=no"
public/ blog@sergiodj.net:.