fix: .build.yml for srht deployment

This commit is contained in:
2025-04-12 00:27:28 +00:00
parent cb0e3a88ef
commit b1d031a8fa
+4 -2
View File
@@ -1,12 +1,14 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
oauth: pages.sr.ht/PAGES:RW
environment:
site: nirm.al
sources:
- https://git.sr.ht/~mysticmode/mysticmode.srht.site
tasks:
- package: |
cd $site
cd mysticmode.srht.site
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz