cert-service/.drone.yml

21 lines
437 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: ocaml/opam
commands:
- opam pin add -n .
- opam --yes depext cert_service
- opam install -t -y cert_service
- name: notify
image: plugins/matrix
settings:
homeserver: https://data.coop
roomid: AFqVDyVtyrkCETxSWt:data.coop
username:
from_secret: matrix_username
password:
from_secret: matrix_password