From ef8588894be775e17fcf7cf6f2e7e86314317ca3 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 27 Aug 2019 15:18:08 -0400 Subject: Maybe fix rsync source? --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 2b2ccff..ac02031 100644 --- a/.build.yml +++ b/.build.yml @@ -12,4 +12,4 @@ triggers: tasks: - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --delete --rsh="ssh $sshopts" -rP $site/src deploy@$site:$site + rsync --delete --rsh="ssh $sshopts" -rP $site/src/ deploy@$site:$site -- cgit v1.2.3