view .build.yml @ 53:1a6df6d6b7ea

music: use The Mod Archive for direct links
author Paper <mrpapersonic@gmail.com>
date Mon, 19 Dec 2022 17:12:54 -0500
parents e59f81c76a28
children 526c77466ecf
line wrap: on
line source

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