From af14980f9591ea673de3b91465c4749edc8d3cb7 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 8 Jul 2018 13:32:42 +0200 Subject: [PATCH] Fixed notify stage of build process Signed-off-by: Jim Martens --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6c9fbff..f20c0b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,9 +44,10 @@ pipeline: - rm -rf tmp/build notify: image: drillster/drone-email - host: wolf.uberspace.de + host: peacock.uberspace.de port: 587 from: Drone + secrets: [email_username, email_password] when: status: [ failure ]