aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 68c0e764e64b3873634cb53b2ae2b6cdcc4a9f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- lowdown
environment:
  site: arena.adast.dk
tasks:
- package: |
    cd arena-web
    ./ssg src/ build/ arena https://$site 
    tar -C build -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz