summaryrefslogtreecommitdiff
path: root/.build.yml
blob: 7315621af4e40bcaf392e142e8931eef2eb24a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: alpine/latest
packages:
  - hugo
  - hut
  - dart-sass-js
oauth: pages.sr.ht/PAGES:RW
environment:
  site: forever2k38.net
tasks:
- package: |
    cd $site
    hugo
    tar -C public -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz