aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-01 09:08:24 -0400
committerBradley Taunt <bt@btxx.org>2024-07-01 09:08:24 -0400
commit53374c150bdb2a61c5c164d34ccfccdbee72cacf (patch)
tree070e3396479e941667e56dbe82a0e3a5e1373ad2
parent833a1f8d91b17283e8dfac1037f182b9049f2177 (diff)
Use srht hub to upload built files
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 95a1d9e..715059c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -18,4 +18,4 @@ tasks:
cd 1mb-club/_site
tar -cvz . > ../../site.tar.gz
- upload: |
- acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz \ No newline at end of file
+ hut pages publish -d 1mb.club site.tar.gz \ No newline at end of file