From afd7ed55d81fada9d65356a265a20f427b123e71 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 18 Dec 2023 18:27:50 -0500 Subject: [PATCH] Add notification to pipeline --- .drone.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4924e91..9852910 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,15 +9,30 @@ steps: repo: git.clortox.com/Infrastructure/filebrowser registry: git.clortox.com username: - from_secret: docker_username + from_secret: gitea_docker_username password: - from_secret: docker_password + from_secret: gitea_docker_password tags: - latest - ${DRONE_TAG} when: event: - tag +- name: notify + image: clortox/drone-ntfy + settings: + URL: https://ntfy.clortox.com + USERNAME: drone + PASSWORD: + from_secret: ntfy_password + TOPIC: drone-builds + MESSAGE: Filebrowser ${DRONE_TAG} has compiled! + CLICK: https://drone.clortox.com/Infrastructure/filebrowser + TITLE: Filebrowser + when: + branch: + - tag + trigger: event: