From c253a9926ed34774fed084fa0b24df2d22f5e2eb Mon Sep 17 00:00:00 2001 From: norangebit Date: Wed, 10 Apr 2019 23:23:26 +0200 Subject: [PATCH] add matrix notify --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index d4e9a13..5582ee1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,3 +8,12 @@ steps: - GRADLE_USER_HOME=~/.gradle commands: - ./gradlew test +- name: notify + image: plugins/matrix + settings: + homeserver: https://chat.privacytools.io + roomid: AgrJcbhHZhTJVmhPSi:privacytools.io + username: + from_secret: matrix_username + password: + from_secret: matrix_password