From 11399c774f7e2a6b8a16475c2b94be40c50405b3 Mon Sep 17 00:00:00 2001 From: parra Date: Thu, 9 Feb 2023 12:13:33 +0100 Subject: [PATCH] Add matrix notification --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index 75f60e3..279e477 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,19 @@ steps: token: from_secret: tg_password +- name: send matrix notification + image: registry.cuzo.dev/plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f + when: + status: [success, failure] + settings: + homeserver: https://matrix.cuzo.dev + roomid: + from_secret: matrix_room + userid: + from_secret: matrix_userid + accesstoken: + from_secret: matrix_token + image_pull_secrets: - custom_mirror_registry