From 323cee335cce8e070d9a7eed1f4465c7a6e58a49 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 27 Aug 2019 16:20:43 -0400 Subject: Update deploy destination --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index e3b4004..06e150a 100644 --- a/.build.yml +++ b/.build.yml @@ -22,4 +22,4 @@ tasks: jekyll build - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --delete --rsh="ssh $sshopts" -rP benburwell.com/_site/ bburwell@$site:$site + rsync --delete --rsh="ssh $sshopts" -rP benburwell.com/_site/ deploy@$site:$site -- cgit v1.2.3