aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 992be5fc242e95a372c2ccf51b644469eb354439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
- rsync
- coreutils
- lowdown
- go
- hut
environment:
site: barf.btxx.org
sources:
- https://git.sr.ht/~bt/barf
tasks:
- build: |
    cd barf
    make build
- package: |
    cd barf/build
    tar -cvz . > ../../site.tar.gz
- upload: |
    hut pages publish -d barf.btxx.org site.tar.gz