Add notification step to release pipeline
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
parra 2023-02-09 17:45:22 +01:00
parent 59c365900d
commit ec3bd84746
1 changed files with 13 additions and 0 deletions

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