From 1c69c7e269232c041563321c1cc80ace6e1f33b0 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 14 Oct 2020 18:35:40 +0200 Subject: [PATCH] ci: add Matrix notification --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 680670f..a2c6c3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,3 +30,15 @@ steps: event: exclude: - pull_request + + - name: notify + image: plugins/matrix + settings: + homeserver: + from_secret: matrix_homeserver + roomid: + from_secret: matrix_roomid + username: + from_secret: matrix_username + password: + from_secret: matrix_password