aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-09-18 08:09:28 -0400
committerBradley Taunt <bt@btxx.org>2024-09-18 08:09:28 -0400
commit72ed9a9b2d2695471cb9974f767c370d6f122b8e (patch)
tree78cbda605940f892f6afdc9f1256e3bf7de1c9d7 /.build.yml
parent9cedf4163a648938f05d0a39f7514b5da50e025a (diff)
Add new member, remove sourcehut build file
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 1910806..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-image: alpine/latest
-oauth: pages.sr.ht/PAGES:RW
-packages:
-- go
-- hut
-environment:
-site: xhtml.club
-sources:
-- https://git.sr.ht/~bt/xhtml-club
-tasks:
-- package: |
- cd xhtml-club
- tar -cvz . > ../site.tar.gz
-- upload: |
- hut pages publish -d xhtml.club site.tar.gz \ No newline at end of file