aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: e7f528e2a0a2c95a66660a928143440840f5e967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: archlinux
packages:
  - emacs
  - hut
sources:
  - https://git.sr.ht/~jjanzen/dotfiles
tasks:
  - build: |
      emacs --batch --script ~/website/publish.el
  - package: |
      cd ~/public_html/
      tar -cvz . > ../site.tar.gz
  - upload: |
      hut pages publish -d jjanzen.ca site.tar.gz