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