From ca9cd78a3979b7f1f0cd638de7f9114ad8eadf98 Mon Sep 17 00:00:00 2001 From: parra Date: Thu, 9 Feb 2023 15:52:16 +0100 Subject: [PATCH] Add topic to Ntfy plugin --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a92d9a6..f115002 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,9 +39,12 @@ steps: - name: send ntfy notification image: registry.cuzo.dev/parrazam/drone-ntfy settings: - url: https://ntfy.cuzo.dev + url: https://ntfy.parravidales.es + topic: test user: - from_secret: tg_user + from_secret: ntfy_user + pass: + from_secret: ntfy_password image_pull_secrets: - custom_mirror_registry