Test .woodpecker.yaml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e76a6cff49
commit
eb28b5fce5
1 changed files with 6 additions and 4 deletions
|
@ -9,7 +9,9 @@ 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
|
||||||
- /usr/bin/rsync --verbose --compress --archive --recursive \
|
- cat ~/.ssh/id_rsa
|
||||||
--progress --checksum --delete \
|
- echo "$${SSH_PORT}"
|
||||||
--rsh="/usr/bin/ssh -p $${SSH_PORT} -o StrictHostKeyChecking=no" \
|
# - /usr/bin/rsync --verbose --compress --archive --recursive
|
||||||
public/ blog@sergiodj.net:.
|
# --progress --checksum --delete
|
||||||
|
# --rsh="/usr/bin/ssh -p $${SSH_PORT} -o StrictHostKeyChecking=no"
|
||||||
|
# public/ blog@sergiodj.net:.
|
||||||
|
|
Loading…
Reference in a new issue