From b05d7521bdd82f014fde7da237bd6fe21153878e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 1 Jun 2019 20:34:17 -0400 Subject: Add trailing slash for rsync source directory --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 315819d..6555d51 100644 --- a/.build.yml +++ b/.build.yml @@ -14,4 +14,4 @@ triggers: tasks: - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" -rP $site $site:/var/www/$site + rsync --rsh="ssh $sshopts" -rP $site/ $site:/var/www/$site -- cgit v1.2.3