summaryrefslogtreecommitdiff
path: root/.build.yml
blob: 26d6a6e5ff7f2fa099f8274863a764324d4546c6 (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 siteconfig.json site.tar.gz