Add topic to Ntfy plugin
This commit is contained in:
parent
7fb72fe562
commit
ca9cd78a39
1 changed files with 5 additions and 2 deletions
|
@ -39,9 +39,12 @@ steps:
|
|||
- name: send ntfy notification
|
||||
image: registry.cuzo.dev/parrazam/drone-ntfy
|
||||
settings:
|
||||
url: https://ntfy.cuzo.dev
|
||||
url: https://ntfy.parravidales.es
|
||||
topic: test
|
||||
user:
|
||||
from_secret: tg_user
|
||||
from_secret: ntfy_user
|
||||
pass:
|
||||
from_secret: ntfy_password
|
||||
|
||||
image_pull_secrets:
|
||||
- custom_mirror_registry
|
||||
|
|
Loading…
Reference in a new issue