Add notification step to release pipeline
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
parra 2023-02-09 17:45:22 +01:00
parent 59c365900d
commit ec3bd84746

View file

@ -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