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