aboutsummaryrefslogtreecommitdiff
path: root/.build.yaml
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.yaml
parent2b545623c8d2751aa76ad5de0ebefcadd9b13904 (diff)
Use proper yml naming for build file
Diffstat (limited to '.build.yaml')
-rw-r--r--.build.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.build.yaml b/.build.yaml
deleted file mode 100644
index 992be5f..0000000
--- a/.build.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-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