aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 5644d7bc075af6e0618b5d9ddbd7027cbcf82547 (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
- hugo
environment:
  site: status.adast.dk
tasks:
- package: |
    cd $site
    hugo
    tar -C public -cvz . > ../site.tar.gz
- upload: |
    hut pages publish site.tar.gz -d $site --site-config $site/.siteconfig.json