Improve .woodpecker.yaml
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
parent
39d8a66fc3
commit
aaebb75383
1 changed files with 5 additions and 6 deletions
|
@ -8,9 +8,8 @@ steps:
|
||||||
- mkdir ~/.ssh
|
- mkdir ~/.ssh
|
||||||
- printf '%s\n' "$${SSH_KEY}" > ~/.ssh/id_rsa
|
- printf '%s\n' "$${SSH_KEY}" > ~/.ssh/id_rsa
|
||||||
- chmod 0700 ~/.ssh
|
- chmod 0700 ~/.ssh
|
||||||
- find .
|
- /usr/bin/hugo --verbose
|
||||||
# - /usr/bin/rsync --verbose --compress --archive --recursive \
|
- /usr/bin/rsync --verbose --compress --archive --recursive \
|
||||||
# --progress --checksum --delete \
|
--progress --checksum --delete \
|
||||||
# --rsh="/usr/bin/ssh \
|
--rsh="/usr/bin/ssh -p $${SSH_PORT} -o StrictHostKeyChecking=no" \
|
||||||
# -p $${SSH_PORT} -o StrictHostKeyChecking=no" \
|
public/ blog@sergiodj.net:.
|
||||||
# public/ blog@sergiodj.net:.
|
|
||||||
|
|
Loading…
Reference in a new issue