aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-12 15:29:33 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-12 15:29:33 -0500
commit23707c7c61e658bcde677294935a1956b54e0c11 (patch)
tree429393845d43304cdca4844156352102a389d142
parent5b537ba863c46cd0c3a820edba9e9286dab5c0a9 (diff)
use acurl
-rw-r--r--.build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index e8a9146..7e0b8ed 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,7 @@
image: archlinux
packages:
- emacs
+ - hut
sources:
- https://git.sr.ht/~jjanzen/dotfiles
tasks:
@@ -10,4 +11,4 @@ tasks:
cd ~/public_html/
tar -cvz . > ../site.tar.gz
- upload: |
- hut pages publish -d jjanzen.ca site.tar.gz
+ acurl -f https://pages.sr.ht/publish/jjanzen.ca -Fcontent=@site.tar.gz