From 81551ecb416b2ee7173a3d8b99265fb02a367643 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 21 Dec 2023 11:00:05 -0500 Subject: [PATCH] Add ntfy to deploy pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d8a92f9..68b98f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +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" + - curl -d "Deploy successful!" -H "Title: Vrobbler CI process complete" -H "Priority: high" -H "Tags: success,cd" https://ntfy.unbl.ink/drone environment: VROBBLER_DATABASE_URL: sqlite:///test.db volumes: