.build.yml: Adjust paths for rsync
This commit is contained in:
parent
5e4eb535af
commit
34c30c0d12
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ tasks:
|
||||||
cd blog
|
cd blog
|
||||||
/usr/bin/rsync --verbose --compress --archive --recursive \
|
/usr/bin/rsync --verbose --compress --archive --recursive \
|
||||||
--progress --checksum --delete --rsh="$sshopts" \
|
--progress --checksum --delete --rsh="$sshopts" \
|
||||||
public/ blog@sergiodj.net:blog.sergiodj.net/
|
public/* blog@sergiodj.net:~/blog.sergiodj.net/
|
||||||
triggers:
|
triggers:
|
||||||
- action: email
|
- action: email
|
||||||
condition: failure
|
condition: failure
|
||||||
|
|
Loading…
Reference in a new issue