~samhh/samhh.com

4d527c41ce855fe5007648b9daa5bed43f64b535 — Sam A. Horvath-Hunt 1 year, 5 months ago d72379c
Deploy to prod
1 files changed, 2 insertions(+), 2 deletions(-)

M .build.yml
M .build.yml => .build.yml +2 -2
@@ 3,10 3,10 @@ packages:
  - hugo
oauth: pages.sr.ht/PAGES:RW
environment:
  site: samhh.srht.site
  site: samhh.com
tasks:
- package: |
    cd samhh.com
    cd $site
    make build
    tar -C public -cvz . > ../public.tar.gz
- upload: |