Try fixing drone

This commit is contained in:
2023-12-21 12:36:38 -05:00
parent 37c1aab749
commit dffb4f087c

View File

@ -4,7 +4,7 @@
################ ################
kind: pipeline kind: pipeline
name: run_tests name: build & deploy
steps: steps:
# Run tests against Python/Flask engine backend (with pytest) # Run tests against Python/Flask engine backend (with pytest)
@ -44,14 +44,26 @@ steps:
- name: notification - name: notification
image: parrazam/drone-ntfy image: parrazam/drone-ntfy
when: when:
status: [success, failure] status: [success]
settings: settings:
url: https://ntfy.unbl.ink url: https://ntfy.unbl.ink
topic: drone topic: drone
priority: medium priority: low
tags: tags:
- cd - 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 - vrobbler
volumes: volumes:
- name: docker - name: docker