aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 682b8c7029152a669e7214dc3ad596deaf405b8c (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
environment:
  site: adast.dk
  mirror: adamski.srht.site
tasks:
- package: |
    cd $site/build
    tar -cvz . > ../../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz
    hut pages publish -d $mirror site.tar.gz