summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorforever2k38 <forever2k38@noreply.codeberg.org>2026-09-07 11:52:17 +0200
committerforever2k38 <forever2k38@noreply.codeberg.org>2026-09-07 11:52:17 +0200
commitd5aadb4d886d0b2f5da8e5af50d1c5e74df08486 (patch)
tree38a4f38f29b00be9465cd84edf9412c234b2d262 /.build.yml
parentafc40b605f0186e32fac245b5ad76af986f3719f (diff)
sourcehut migration
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..cbc7118
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,14 @@
+image: alpine/latest
+packages:
+ - hugo
+ - hut
+oauth: pages.sr.ht/PAGES:RW
+environment:
+ site: forever2k38.net
+tasks:
+- package: |
+ cd $site
+ hugo
+ tar -C public -cvz . > ../site.tar.gz
+- upload: |
+ hut pages publish -d $site site.tar.gz