blob: 2bbd6ea223cc4705e91d6d292576299137256e46 (
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: webring.gumx.cc
sources:
- https://git.sr.ht/~a2/webring
tasks:
- package: |
cd webring
./wr
tar -C public -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz
|