From 7fb72fe5620e5f201f02448a6dd23d84af3fe38f Mon Sep 17 00:00:00 2001 From: parra Date: Thu, 9 Feb 2023 13:32:52 +0100 Subject: [PATCH] Added custon Ntfy plugin --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 279e477..a92d9a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,6 +36,13 @@ steps: accesstoken: from_secret: matrix_token +- name: send ntfy notification + image: registry.cuzo.dev/parrazam/drone-ntfy + settings: + url: https://ntfy.cuzo.dev + user: + from_secret: tg_user + image_pull_secrets: - custom_mirror_registry