From ec3bd84746b4c899b03303e86c3537fdc2e35276 Mon Sep 17 00:00:00 2001 From: parra Date: Thu, 9 Feb 2023 17:45:22 +0100 Subject: [PATCH] Add notification step to release pipeline --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index be3f92b..1c68c09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,6 +74,19 @@ steps: ref: - refs/tags/* +- name: send ntfy notification + image: registry.cuzo.dev/parrazam/drone-ntfy + settings: + url: https://ntfy.parravidales.es + topic: pipelines + priority: low + tags: + - test + username: + from_secret: ntfy_user + password: + from_secret: ntfy_password + image_pull_secrets: - custom_mirror_registry