From 21ccf216459588d015c45b919f24794e5ffb18a6 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Tue, 12 Mar 2019 20:44:18 +0100 Subject: [PATCH] Testing drone->matrix notifications --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 91f01b7..3f7961a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,3 +21,14 @@ pipeline: when: branch: - master + + notify: + image: plugins/matrix + settings: + homeserver: https://matrix.data.coop + roomid: !plKSghHbepWeUEtbHE:data.coop + username: + from_secret: matrix_username + password: + from_secret: matrix_password +