summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-05-24 15:32:11 -0400
committerBen Burwell <ben@benburwell.com>2019-05-24 15:32:11 -0400
commit6500e6712f3d8bc8eb5041ca2cccb1efb4341539 (patch)
tree22d89540bd1702ab2c8324bd8c0001f4a5451874
parent9b5d90fe3671a4d13ef71e8666ba16782b64202a (diff)
Add .build.yml
-rw-r--r--.build.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..3fd7c04
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,18 @@
+image: debian/stretch
+packages:
+- rsync
+- ruby
+- ruby-dev
+- zlib1g-dev
+sources:
+- https://git.sr.ht/~benburwell/medicmate.io
+triggers:
+- action: email
+ condition: always
+ to: Ben Burwell <ben@benburwell.com>
+tasks:
+- setup: |
+ sudo gem install github-pages
+- build: |
+ cd medicmate.com
+ jekyll build