aboutsummaryrefslogblamecommitdiff
path: root/.build.yml
blob: 712fbbf49ad534d3967f73411303f736348b6771 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                        
image: debian/stretch
triggers:
  - condition: failure
    action: email
    to: EuAndreh <eu@euandre.org>
sources:
  - https://git.sr.ht/~euandreh/website
secrets:
  - 7159f943-811f-402d-bb6d-37cd764dc728
tasks:
  - build: |
      cd website/
      make build
  - publish: |
      cd website/
      make publish