Actually use the drone plugin
This commit is contained in:
13
.drone.yml
13
.drone.yml
@ -39,10 +39,21 @@ steps:
|
|||||||
- vrobbler collectstatic --noinput
|
- vrobbler collectstatic --noinput
|
||||||
- immortalctl restart celery && immortalctl restart vrobbler
|
- immortalctl restart celery && immortalctl restart vrobbler
|
||||||
- service immortaldir restart
|
- 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:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- 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:
|
volumes:
|
||||||
- name: docker
|
- name: docker
|
||||||
host:
|
host:
|
||||||
|
|||||||
Reference in New Issue
Block a user