From b86cfef5f9777f109a88cd19d88c22ab3ee59938 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 16 Jan 2018 21:27:17 +0100 Subject: [PATCH] [drone] add notification --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 49175e8..bb050ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,14 @@ pipeline: secrets: [ docker_username, docker_password ] when: event: [push, tag] + + notify: + image: drillster/drone-email:2.1.0 + from: Drone CI + 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]