Add matrix drone notifications
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
46a9549eb4
commit
c5948dd209
10
.drone.yml
10
.drone.yml
|
@ -8,3 +8,13 @@ steps:
|
||||||
- opam pin add -n .
|
- opam pin add -n .
|
||||||
- opam --yes depext cert_service
|
- opam --yes depext cert_service
|
||||||
- opam install -t -y 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
|
||||||
|
|
Loading…
Reference in a new issue