aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: e79a77c4ff5efc67448f6a98ba9587b8a57eee60 (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.cleberg.net
tasks:
- package: |
    cd $site
    tar -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz