~docbibi/memos

fdc24132cce39d0be41c45bbe50be2a6486e88db — Borjan Tchakaloff 1 year, 1 month ago 4e1569a
Accept a distinct repository name from target site name
1 files changed, 2 insertions(+), 3 deletions(-)

M .build.yml
M .build.yml => .build.yml +2 -3
@@ 3,12 3,11 @@ oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
  repo: memos
  site: readthememo.app
tasks:
- debug: |
    ls -al .
- package: |
    cd $site
    cd $repo/$site
    tar -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz