view .build.yml @ 64:b3d3ac6f8c9d

*: Update site contents changes: * make video only load on desktops * make music files actually download * remove `target=_blank` from links on main page
author Paper <mrpapersonic@gmail.com>
date Mon, 19 Dec 2022 21:18:59 -0500
parents 5e57212fcd4c
children 008e41cbef1b
line wrap: on
line source

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