diff --git a/.build.yml b/.build.yml index 7e0b8ed..e7f528e 100644 --- a/.build.yml +++ b/.build.yml @@ -11,4 +11,4 @@ tasks: cd ~/public_html/ tar -cvz . > ../site.tar.gz - upload: | - acurl -f https://pages.sr.ht/publish/jjanzen.ca -Fcontent=@site.tar.gz + hut pages publish -d jjanzen.ca site.tar.gz