aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-06 07:53:27 -0400
committerBradley Taunt <bt@btxx.org>2024-07-06 07:53:27 -0400
commitcda23b7b38cfec01bb182faa616a227d2cef29ae (patch)
treeef3001d18342f6ddc5f1e394db8909a4948cdf76 /.build.yml
parent2b545623c8d2751aa76ad5de0ebefcadd9b13904 (diff)
Use proper yml naming for build file
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