view .build.yml @ 71:597f956b8d3a

projects: host patch file for utagoe30en locally
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 04:06:23 -0400
parents 008e41cbef1b
children 5fdf5f346b92
line wrap: on
line source

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
  site: paper.us.eu.org
tasks:
- package: |
    cd web
    tar -cvz * > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz