From f4c411c417ffed4020a5bea2cf64ba47d0fcb498 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 1 Jun 2019 21:10:01 -0400 Subject: Fix source path --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 43e5ee8..e3b4004 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 $site/_site bburwell@$site:$site + rsync --delete --rsh="ssh $sshopts" -rP benburwell.com/_site/ bburwell@$site:$site -- cgit v1.2.3