aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 9690170a886717c0972ac66813107e9db2d514c8 (plain)
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: jjanzen.ca
tasks:
- package: |
    cd website
    tar -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz