From 7a5b4c1b0855d7656de4fb2dd441a4aa0fb80c74 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 21 Dec 2023 10:59:02 -0500 Subject: [PATCH] Update drone with ntfy curl --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 40ef152..d8a92f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: - poetry install # Start with a fresh database (which is already running as a service from Drone) - poetry run pytest --cov-report term:skip-covered --cov=vrobbler tests + - curl -d "Deploy successful!" -H "Title: Vrobbler CI process complete" -H "Priority: high" -H "Tags: success,cd" environment: VROBBLER_DATABASE_URL: sqlite:///test.db volumes: