summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-06-01 21:10:01 -0400
committerBen Burwell <ben@benburwell.com>2019-06-01 21:10:01 -0400
commitf4c411c417ffed4020a5bea2cf64ba47d0fcb498 (patch)
treeabf2806bedb23bed598efa96d9fe7328114d00a5
parent1e6c7c0c9c3ce5588c05703a9ff2a7e9bed1a5a1 (diff)
Fix source path
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
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