.build.yml: Fix paths again.
This commit is contained in:
parent
34c30c0d12
commit
24e60a7bfc
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:.
|
||||||
triggers:
|
triggers:
|
||||||
- action: email
|
- action: email
|
||||||
condition: failure
|
condition: failure
|
||||||
|
|
Loading…
Reference in a new issue