From d5259558890724626856bf0a17c4d172a8a47aab Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 17 Dec 2022 19:45:25 -0500 Subject: [PATCH] Update drone yml to notify --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index fc22361..5ebd662 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,3 +15,14 @@ steps: script: - cd /home/tyler/docker/site-container - ./update.sh + - name: notify + image: clortox/drone-ntfy + settings: + URL: https://ntfy.clortox.com + USERNAME: drone + PASSWORD: + from_secret: ntfy_password + TOPIC: drone-builds + MESSAGE: Site build done! + CLICK: https://drone.clortox.com/tyler/site + TITLE: Drone build