From 5b05f1055fd6a35c181ea8b72c20e662b8673712 Mon Sep 17 00:00:00 2001 From: C?dric Krier Date: Thu, 8 Mar 2018 18:01:37 +0100 Subject: [PATCH] Activate drone email notification --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9f91ecb..897fc2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,14 @@ pipeline: commands: - pip install tox - tox -e "${TOXENV}-${DATABASE}" + notify: + image: drillster/drone-email + from: drone@localhost + host: smtp + port: 25 + skip_verify: true + when: + status: [ changed, failure ] services: postgresql: