~docbibi/memos

7b88e6e10de462120013549fe73ed3568c9cf5b1 — Borjan Tchakaloff 1 year, 1 month ago 4a40dac
Build service expects an exact name for the build manifest: .build.yml
1 files changed, 14 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +14 -0
@@ 0,0 1,14 @@
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