aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..992be5f
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,21 @@
+image: alpine/latest
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- rsync
+- coreutils
+- lowdown
+- go
+- hut
+environment:
+site: barf.btxx.org
+sources:
+- https://git.sr.ht/~bt/barf
+tasks:
+- build: |
+ cd barf
+ make build
+- package: |
+ cd barf/build
+ tar -cvz . > ../../site.tar.gz
+- upload: |
+ hut pages publish -d barf.btxx.org site.tar.gz \ No newline at end of file