From 1b90844059974f842b3bbc70462d6c7cb03301bf Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 27 Aug 2019 16:21:22 -0400 Subject: update deploy destination --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index e7d618e..e5a875d 100644 --- a/.build.yml +++ b/.build.yml @@ -14,4 +14,4 @@ triggers: tasks: - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --delete --rsh="ssh $sshopts" -rP $site/src/ bburwell@$site:$site + rsync --delete --rsh="ssh $sshopts" -rP $site/src/ deploy@$site:$site -- cgit v1.2.3