From ce67efd3f0b92ae3a01b3abb8505217e886837ef Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 17 Apr 2023 16:08:55 -0400 Subject: [PATCH] .build.yml: Use relative path on rsync --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index bcf0128..5d2c450 100644 --- a/.build.yml +++ b/.build.yml @@ -17,7 +17,7 @@ tasks: cd blog /usr/bin/rsync --verbose --compress --archive --recursive \ --progress --checksum --delete --rsh="$sshopts" \ - public/ blog@sergiodj.net:/home/blog/blog.sergiodj.net/ + public/ blog@sergiodj.net:blog.sergiodj.net triggers: - action: email condition: failure