From 34fb2df782a60a94352062967a162a28c4854d84 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 21 Dec 2023 13:22:03 -0500 Subject: [PATCH] Turns out we don't need the click thing --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a2ff838..26afbdc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: when: branch: - main - - name: success notification + - name: build success notification image: parrazam/drone-ntfy when: status: [success] @@ -49,12 +49,11 @@ steps: url: https://ntfy.unbl.ink topic: drone priority: low - click: https://ci.lab.unbl.ink/secstate/vrobbler tags: - cd - failure - vrobbler - - name: failure notification + - name: build failure notification image: parrazam/drone-ntfy when: status: [failure] @@ -62,7 +61,6 @@ steps: url: https://ntfy.unbl.ink topic: drone priority: high - click: https://ci.lab.unbl.ink/secstate/vrobbler tags: - cd - success