~alterae/alterae.srht.site

2523032037613a384f374f32d7c10fd536803b67 — Michelle S 2 years ago 11d6316
Remove .build.yml

I'm not (yet) paying for Sourcehut so I cannot use their CI tooling, and
that means this file is pretty much useless.  It is also horribly
outdated.
1 files changed, 0 insertions(+), 10 deletions(-)

D .build.yml
D .build.yml => .build.yml +0 -10
@@ 1,10 0,0 @@
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
environment:
  site: alterae.srht.site
tasks:
- package: |
    cd alterae.srht.site
    tar -cvz . > ../site.tar.gz
- upload: |
    acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz