From c5948dd209d0db85395e9e644ff998c3a9f00a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Fri, 11 Dec 2020 23:58:25 +0100 Subject: [PATCH] Add matrix drone notifications --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 580959e..ea2781f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,3 +8,13 @@ steps: - 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