feat: Add .build.yml to publish on srht

This commit is contained in:
Nirmal Kumar R
2026-04-06 05:46:01 +05:30
parent 5c0ec9abb3
commit 098ec4d789
+12
View File
@@ -0,0 +1,12 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
site: mysticmode.srht.site
tasks:
- package: |
cd $site
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz