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: |
|
- package: |
|
||||||
tar -C blog/public -cvz . > site.tar.gz
|
tar -C blog/public -cvz . > site.tar.gz
|
||||||
- upload: |
|
- 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: |
|
- github_push: |
|
||||||
set +xv
|
set +xv
|
||||||
cd blog
|
cd blog
|
||||||
|
|
Loading…
Reference in a new issue