From 5e4eb535af043b417264654d90f8ff489629346a Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 18 Apr 2023 12:26:48 -0400 Subject: [PATCH] .build.yml: Append "/" to the remote path --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5d2c450..5c97087 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:blog.sergiodj.net + public/ blog@sergiodj.net:blog.sergiodj.net/ triggers: - action: email condition: failure