commit b1d031a8faf984166e2e0af3d994d01e8f05325a
parent cb0e3a88ef3f07d6a42cec8f226b777e58ef5c98
Author: Nirmal Kumar R <tildezero@gmail.com>
Date: Sat, 12 Apr 2025 00:27:28 +0000
fix: .build.yml for srht deployment
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.build.yml b/.build.yml
@@ -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