aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2025-11-24 22:26:11 +0100
committerlemurianmage <azureazure@disroot.org>2025-11-24 22:26:11 +0100
commit2236e7d5a64a32a16304d1f1d0efbd01a0660eb6 (patch)
treeb00945bc4fa6b9e8f5d143b1e855ede4f05ade19 /.build.yml
parent5a58bff253ae63c930d48cb8bf02532833b71984 (diff)
downloadslimegirl.nexus-2236e7d5a64a32a16304d1f1d0efbd01a0660eb6.tar.gz
build automation
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..fe492b7
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,15 @@
+image: alpine/edge
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- hut
+- emacs-nox
+environment:
+ site: lemurianmage.srht.site
+tasks:
+- build:
+ ./build.sh
+- package: |
+ cd public
+ tar -cvz . > ../site.tar.gz
+- upload: |
+ hut pages publish -d $site site.tar.gz