Add notification step to release pipeline
This commit is contained in:
parent
59c365900d
commit
ec3bd84746
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
@ -74,6 +74,19 @@ steps:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- 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:
|
image_pull_secrets:
|
||||||
- custom_mirror_registry
|
- custom_mirror_registry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue