aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-13 13:23:37 -0400
committerBradley Taunt <bt@btxx.org>2024-07-13 13:23:37 -0400
commit31880cf7bfa73336360744b78d4759111362ddcb (patch)
tree5030eba460d37ba3b2a5a978b3a0be6c4be08f02 /.build.yml
parente77c6576b4e1c36975192b893f3d1544e2950882 (diff)
Setup build file
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..1910806
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,15 @@
+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