From 2f0688397400456be59352732f622a5b75fd9897 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 11 Mar 2022 12:32:15 +1300 Subject: [PATCH] Try out mail notification --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 36cfed5..59ae7cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,18 @@ kind: pipeline name: default +pipeline: + notify: + image: drillster/drone-email + host: mail.guise.net.nz + username: + from_secret: EMAIL_USER + password: + from_secret: EMAIL_PASS + from: drone@guise.net.nz + when: + status: [ changed, failure ] + steps: - name: Test with Molecule image: python:3.8