diff options
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |