aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 62f7428eff7ff0f2e7ba15da7568d2cb61a53c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- rsync
sources:
  - https://git.sr.ht/~adamski/arena-web
  - https://git.btxx.org/smu
environment:
  site: arena.adast.dk
tasks:
- smu: |
    cd smu
    sudo make install
- package: |
    cd arena-web
    make build
    tar -C build -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz