comparison .build.yml @ 65:008e41cbef1b

CI: replace srht.site link with custom domain
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Jan 2023 00:53:05 -0500
parents 5e57212fcd4c
children 5fdf5f346b92
comparison
equal deleted inserted replaced
64:b3d3ac6f8c9d 65:008e41cbef1b
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: mrpapersonic.srht.site 6 site: paper.us.eu.org
7 tasks: 7 tasks:
8 - package: | 8 - package: |
9 cd web 9 cd web
10 tar -cvz * > ../site.tar.gz 10 tar -cvz * > ../site.tar.gz
11 - upload: | 11 - upload: |