use acurl
This commit is contained in:
parent
5b537ba863
commit
23707c7c61
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue