use acurl
This commit is contained in:
parent
1e91068cd0
commit
03e3001963
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ tasks:
|
|||
- package: |
|
||||
tar -C blog/public -cvz . > site.tar.gz
|
||||
- upload: |
|
||||
nix-shell blog/shell.nix --run 'hut pages publish -d $site site.tar.gz'
|
||||
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz
|
||||
- github_push: |
|
||||
set +xv
|
||||
cd blog
|
||||
|
|
Loading…
Reference in a new issue