Kaynağa Gözat

Add ntfy to deploy pipeline

Colin Powell 1 yıl önce
ebeveyn
işleme
81551ecb41
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .drone.yml

+ 1 - 1
.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: