cert-service/.drone.yml

21 lines
437 B
YAML
Raw Permalink Normal View History

2020-12-11 14:10:08 +00:00
kind: pipeline
name: default
steps:
- name: build
image: ocaml/opam
2020-12-11 14:10:08 +00:00
commands:
2020-12-11 15:10:44 +00:00
- opam pin add -n .
- opam --yes depext cert_service
- opam install -t -y cert_service
2020-12-11 22:58:25 +00:00
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
2020-12-11 23:02:26 +00:00
roomid: AFqVDyVtyrkCETxSWt:data.coop
2020-12-11 22:58:25 +00:00
username:
from_secret: matrix_username
password:
from_secret: matrix_password