aboutsummaryrefslogtreecommitdiff
path: root/.build.yaml
diff options
context:
space:
mode:
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