From b1c507664ef321002cedce6d409b0af095950299 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 1 Oct 2023 13:56:28 -0400 Subject: [PATCH] Add drone file --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..efce694 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +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