~docbibi/memos

4e1569aac915adea628ac3eb39870a7b2261b6f9 — Borjan Tchakaloff 1 year, 1 month ago 7b88e6e
Drop extra build manifest
1 files changed, 0 insertions(+), 14 deletions(-)

D .build.yaml
D .build.yaml => .build.yaml +0 -14
@@ 1,14 0,0 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
  site: readthememo.app
tasks:
- debug: |
    ls -al .
- package: |
    cd $site
    tar -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz