From 80dcfd3c693f756c89f882a3f508f77ad6911c2b Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 6 Jul 2024 07:49:47 -0400 Subject: Add build config --- .build.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .build.yaml (limited to '.build.yaml') diff --git a/.build.yaml b/.build.yaml new file mode 100644 index 0000000..992be5f --- /dev/null +++ b/.build.yaml @@ -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 -- cgit v1.2.3-54-g00ecf