Mercurial > web
view .build.yml @ 61:42debd613942
CI: replace . with *
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 19 Dec 2022 18:55:04 -0500 |
parents | de0de92b6f32 |
children | 5e57212fcd4c |
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 * --exclude-vcs > ../site.tar.gz - upload: | hut pages publish -d $site site.tar.gz