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