aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-05-22 22:35:41 +0200
committerAdam Stück <adam@adast.dk>2023-05-22 22:35:41 +0200
commit5aa9d9038919533481e10976f3f7f9c90531a81a (patch)
treee9dc2d84c650b0613341447aeb9b66aecd603686 /.build.yml
parent27b1a9ef24b7edcf529b1c54a81025634e0185a5 (diff)
Add build manifest
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..68c0e76
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,14 @@
+image: alpine/edge
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- hut
+- lowdown
+environment:
+ site: arena.adast.dk
+tasks:
+- package: |
+ cd arena-web
+ ./ssg src/ build/ arena https://$site
+ tar -C build -cvz . > ../site.tar.gz
+- upload: |
+ hut pages publish -d $site site.tar.gz