소스 검색

Update drone with ntfy curl

Colin Powell 1 년 전
부모
커밋
7a5b4c1b08
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .drone.yml

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