diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-27 16:20:43 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-27 16:20:43 -0400 |
commit | 323cee335cce8e070d9a7eed1f4465c7a6e58a49 (patch) | |
tree | 3602e6352845a1526926e55bd49e99388b79e1d1 | |
parent | 7f2d745f58aab3ae75be927a8598fec60b76d5a5 (diff) |
Update deploy destination
-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 benburwell.com/_site/ bburwell@$site:$site + rsync --delete --rsh="ssh $sshopts" -rP benburwell.com/_site/ deploy@$site:$site |