aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 21b4199..02b0629 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,5 +1,7 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
+packages:
+ - hut
environment:
site: pml68.dev
tasks:
@@ -7,4 +9,4 @@ tasks:
cd $site
tar -cvz * > ../site.tar.gz
- upload: |
- acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz
+ hut pages publish -d $site site.tar.gz