~patrickhaussmann/doi.app.5ls.de

585c19d38162b1e956c590a7f50d4286607e82fe — patrickhaussmann 2 years ago d1e9d59 main
Use hut to publish
1 files changed, 4 insertions(+), 2 deletions(-)

M .build.yml
M .build.yml => .build.yml +4 -2
@@ 1,5 1,7 @@
image: alpine/latest
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
  - hut
sources:
  - https://git.sr.ht/~patrickhaussmann/doi.app.5ls.de
environment:


@@ 9,4 11,4 @@ tasks:
      cd $site/
      rm -rf .git .build.yml
      tar -cvz . > ../site.tar.gz
      acurl -f https://pages.sr.ht/publish/$site -Fcontent=@../site.tar.gz
      hut pages publish -d $site ../site.tar.gz