This commit is contained in:
parent
3c0c0740c1
commit
b86cfef5f9
11
.drone.yml
11
.drone.yml
@ -7,3 +7,14 @@ pipeline:
|
|||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
when:
|
when:
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
|
|
||||||
|
notify:
|
||||||
|
image: drillster/drone-email:2.1.0
|
||||||
|
from: Drone CI <drone-noreply@nixaid.com>
|
||||||
|
host: mail.nixaid.com
|
||||||
|
port: 587
|
||||||
|
subject: andrey01/aria2c - Drone Pipeline {{#success build.status}}SUCCESS{{else}}FAILURE{{/success}} Notification
|
||||||
|
# recipients: [ andrey.arapov@nixaid.com ]
|
||||||
|
when:
|
||||||
|
event: [push, tag]
|
||||||
|
# status: [success, failure, changed]
|
||||||
|
Loading…
Reference in New Issue
Block a user