fix: .build.yml for srht deployment
This commit is contained in:
+4
-2
@@ -1,12 +1,14 @@
|
|||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
oauth: pages.sr.ht/PAGES:RW
|
|
||||||
packages:
|
packages:
|
||||||
- hut
|
- hut
|
||||||
|
oauth: pages.sr.ht/PAGES:RW
|
||||||
environment:
|
environment:
|
||||||
site: nirm.al
|
site: nirm.al
|
||||||
|
sources:
|
||||||
|
- https://git.sr.ht/~mysticmode/mysticmode.srht.site
|
||||||
tasks:
|
tasks:
|
||||||
- package: |
|
- package: |
|
||||||
cd $site
|
cd mysticmode.srht.site
|
||||||
tar -cvz . > ../site.tar.gz
|
tar -cvz . > ../site.tar.gz
|
||||||
- upload: |
|
- upload: |
|
||||||
hut pages publish -d $site site.tar.gz
|
hut pages publish -d $site site.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user