blob: 712fbbf49ad534d3967f73411303f736348b6771 (
plain) (
tree)
|
|
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
|