view .build.yml @ 65:008e41cbef1b

CI: replace srht.site link with custom domain
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Jan 2023 00:53:05 -0500
parents 5e57212fcd4c
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