diff options
author | Ben Burwell <ben@benburwell.com> | 2019-06-01 21:10:01 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-06-01 21:10:01 -0400 |
commit | f4c411c417ffed4020a5bea2cf64ba47d0fcb498 (patch) | |
tree | abf2806bedb23bed598efa96d9fe7328114d00a5 | |
parent | 1e6c7c0c9c3ce5588c05703a9ff2a7e9bed1a5a1 (diff) |
Fix source path
-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 |