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
|
- printf '%s\n' "$${SSH_KEY}" > ~/.ssh/id_rsa
|
||||||
- chmod 0700 ~/.ssh
|
- chmod 0700 ~/.ssh
|
||||||
- /usr/bin/hugo --verbose
|
- /usr/bin/hugo --verbose
|
||||||
- cat ~/.ssh/id_rsa
|
- /usr/bin/rsync --verbose --compress --archive --recursive
|
||||||
- echo "$${SSH_PORT}"
|
--progress --checksum --delete
|
||||||
# - /usr/bin/rsync --verbose --compress --archive --recursive
|
--rsh="/usr/bin/ssh -4 -p $${SSH_PORT} -o StrictHostKeyChecking=no"
|
||||||
# --progress --checksum --delete
|
public/ blog@sergiodj.net:.
|
||||||
# --rsh="/usr/bin/ssh -p $${SSH_PORT} -o StrictHostKeyChecking=no"
|
|
||||||
# public/ blog@sergiodj.net:.
|
|
||||||
|
|
Loading…
Reference in a new issue