summaryrefslogtreecommitdiff
path: root/.build.yml
blob: a51278fcdbf0f9a0f6a618b5051f8b35ba9f4c65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: alpine/edge
packages:
  - zola
  - hut
oauth: pages.sr.ht/PAGES:RW
environment:
  site: lemon.rip
sources:
  - https://git.sr.ht/~lsof/site
tasks:
  - build: |
      cd site
      zola build
  - package: |
      cd site
      tar -C public -cvz . > ../site.tar.gz
  - upload: |
      hut pages publish -d $site --site-config site/siteconfig.json site.tar.gz