]> git.armaanb.net Git - config.org.git/blob - .build.yml
40c20155e574fcff730d35c32cd6f418438390a7
[config.org.git] / .build.yml
1 image: alpine/edge
2 secrets:
3   - 5752743f-34af-46a8-aad9-b5d31e305b3b
4 packages:
5   - rsync
6   - git
7   - hugo
8   - pandoc
9   - texlive
10   - texlive-xetex
11 sources:
12   - https://git.sr.ht/~armaan/armaanb.net
13 triggers:
14   - action: email
15     condition: failure
16     to: me@armaanb.net
17 tasks:
18   - build: |
19       cd armaanb.net
20       make emacs
21   - deploy: |
22       cd armaanb.net
23       make deploy-emacs