restore acurl as problems with hut
This commit is contained in:
parent
a2f91fe114
commit
383e6c243b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ tasks:
|
||||||
tar -C blog/public -cvz . > site.tar.gz
|
tar -C blog/public -cvz . > site.tar.gz
|
||||||
ls -hal site.tar.gz
|
ls -hal site.tar.gz
|
||||||
- sourcehut_upload: |
|
- sourcehut_upload: |
|
||||||
nix-shell blog/shell.nix --pure --run 'hut pages publish -d cyplo.srht.site site.tar.gz'
|
acurl -i -f https://pages.sr.ht/publish/cyplo.srht.site -Fcontent=@site.tar.gz
|
||||||
- netlify_publish: |
|
- netlify_publish: |
|
||||||
set +xv
|
set +xv
|
||||||
cd blog
|
cd blog
|
||||||
|
|
Loading…
Reference in a new issue