From 73c909092c7a5f569544b19bca8d200b55892d85 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 1 Jun 2019 20:58:20 -0400 Subject: Strip duplicate /var/www prefix? --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index ef81e21..b0a9e7b 100644 --- a/.build.yml +++ b/.build.yml @@ -14,4 +14,4 @@ triggers: tasks: - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" -rP $site/ bburwell@$site:/var/www/$site + rsync --rsh="ssh $sshopts" -rP $site/ bburwell@$site:$site -- cgit v1.2.3