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