Mercurial > web
view .build.yml @ 60:de0de92b6f32
CI: exclude vcs directories
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 19 Dec 2022 18:52:07 -0500 |
parents | d1e77bf4b37f |
children | 42debd613942 |
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