[ci] Add changes and build to ntfy
All checks were successful
build & deploy / test (push) Successful in 1m36s
build & deploy / deploy (push) Has been skipped

This commit is contained in:
2026-03-02 22:39:05 -05:00
parent 4ee687b9c7
commit 0e7286ac4e
2 changed files with 20 additions and 2 deletions

View File

@ -50,8 +50,15 @@ steps:
topic: drone
priority: low
tags:
- failure
- success
- vrobbler
actions:
- action: view
label: View changes
url: "{{ .Commit.Link }}"
- action: view
label: View build
url: "{{ .Build.Link }}"
- name: build failure notification
image: parrazam/drone-ntfy:0.3-linux-amd64
when:
@ -61,8 +68,15 @@ steps:
topic: drone
priority: high
tags:
- success
- failure
- vrobbler
actions:
- action: view
label: View changes
url: "{{ .Commit.Link }}"
- action: view
label: View build
url: "{{ .Build.Link }}"
volumes:
- name: docker
host: