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