From 9083e744dae0f18d0d30bb873df7a9af182753a5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 21 Dec 2023 12:18:59 -0500 Subject: [PATCH] Actually use the drone plugin --- .drone.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c05377a..988777c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,10 +39,21 @@ steps: - vrobbler collectstatic --noinput - immortalctl restart celery && immortalctl restart vrobbler - service immortaldir restart - - curl -d "Deploy successful!" -H "Title#58; Vrobbler CI process complete" -H "Priority#58; high" -H "Tags#58; success,cd" https://ntfy.unbl.ink/drone when: branch: - main + - name: notification + image: parrazam/drone-ntfy + when: + status: [success, failure] + settings: + url: https://ntfy.unbl.ink + topic: drone + priority: medium + tags: + - cd + - pipeline + - vrobbler volumes: - name: docker host: