From dffb4f087cb464e8da06f4f81e00bb43d275d95e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 21 Dec 2023 12:36:38 -0500 Subject: [PATCH] Try fixing drone --- .drone.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 48a328c..ea2e913 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ ################ kind: pipeline -name: run_tests +name: build & deploy steps: # Run tests against Python/Flask engine backend (with pytest) @@ -44,14 +44,26 @@ steps: - name: notification image: parrazam/drone-ntfy when: - status: [success, failure] + status: [success] settings: url: https://ntfy.unbl.ink topic: drone - priority: medium + priority: low tags: - cd - - pipeline + - failure + - vrobbler + - name: notification + image: parrazam/drone-ntfy + when: + status: [failure] + settings: + url: https://ntfy.unbl.ink + topic: drone + priority: high + tags: + - cd + - success - vrobbler volumes: - name: docker