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