From 34c30c0d120f28899f2dde15453afaec0edc31d0 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 18 Apr 2023 12:30:35 -0400 Subject: [PATCH] .build.yml: Adjust paths for rsync --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 5c97087..58429f3 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