17 lines
407 B
YAML
17 lines
407 B
YAML
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: notify
|
||
|
image: clortox/drone-ntfy
|
||
|
settings:
|
||
|
URL: https://ntfy.clortox.com
|
||
|
USERNAME: drone
|
||
|
PASSWORD:
|
||
|
from_secret: ntfy_password
|
||
|
TOPIC: drone-builds
|
||
|
MESSAGE: Flux configuration updated
|
||
|
CLICK: https://git.clortox.com/Infrastructure/Gluttony-Cluster/
|
||
|
TITLE: Flux configuration updated
|
||
|
PRIROITY: High
|