aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 8cc2ce7cd436ac16ff01c16d53d0aaec2a008b5b (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:
- ruby
- go
- hut
environment:
site: bt.srht.site
sources:
- https://git.sr.ht/~bt/btxx.org
tasks:
- install-gems: |
    sudo gem install kramdown rss
- build: |
    cd btxx.org
    make build
- package: |
    cd btxx.org/build
    tar -cvz . > ../../site.tar.gz
- upload: |
    hut pages publish -d bt.srht.site site.tar.gz