This commit is contained in:
parent
eb28b5fce5
commit
8d2b7ee342
1 changed files with 4 additions and 6 deletions
|
@ -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:.
|
||||
|
|
Loading…
Reference in a new issue