Mercurial > web
comparison .build.yml @ 54:526c77466ecf
CI: your-name->mrpapersonic
I forgot to save the file...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 19 Dec 2022 17:14:33 -0500 |
parents | e59f81c76a28 |
children | aee91b195871 |
comparison
equal
deleted
inserted
replaced
53:1a6df6d6b7ea | 54:526c77466ecf |
---|---|
1 image: alpine/edge | 1 image: alpine/edge |
2 oauth: pages.sr.ht/PAGES:RW | 2 oauth: pages.sr.ht/PAGES:RW |
3 packages: | 3 packages: |
4 - hut | 4 - hut |
5 environment: | 5 environment: |
6 site: your-username.srht.site | 6 site: mrpapersonic.srht.site |
7 tasks: | 7 tasks: |
8 - package: | | 8 - package: | |
9 cd $site | |
10 tar -cvfz site.tar.gz * | 9 tar -cvfz site.tar.gz * |
11 - upload: | | 10 - upload: | |
12 hut pages publish -d $site site.tar.gz | 11 hut pages publish -d $site site.tar.gz |