use acurl

This commit is contained in:
Cyryl Płotnicki 2022-08-21 12:23:07 +01:00
parent 1e91068cd0
commit 03e3001963
1 changed files with 1 additions and 1 deletions

View File

@ -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