blob: 6fce0a4100f76b554bd14e53791091b2f6631c00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
site: ccc.demo.gumx.cc
sources:
- https://git.sr.ht/~gumxcc/ccc
tasks:
- package: |
cd ccc
mv ccc.html index.html
tar -cvz index.html > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz
|