summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-06-01 21:05:06 -0400
committerBen Burwell <ben@benburwell.com>2019-06-01 21:05:06 -0400
commit1e6c7c0c9c3ce5588c05703a9ff2a7e9bed1a5a1 (patch)
tree9573c91b864a5f83da61551276424ad0d65ca485
parent89eeab965bad1393eb3c0e5d8ecc426c3c4fa888 (diff)
Update .build.yml
-rw-r--r--.build.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 5328680..43e5ee8 100644
--- a/.build.yml
+++ b/.build.yml
@@ -6,6 +6,10 @@ packages:
- zlib1g-dev
sources:
- https://git.sr.ht/~benburwell/benburwell.com
+secrets:
+- a77e7f76-629d-4c49-803f-f223083816f0
+environment:
+ site: www.benburwell.com
triggers:
- action: email
condition: always
@@ -16,3 +20,6 @@ tasks:
- build: |
cd benburwell.com
jekyll build
+- deploy: |
+ sshopts="-o StrictHostKeyChecking=no"
+ rsync --delete --rsh="ssh $sshopts" -rP $site/_site bburwell@$site:$site