From 8ff578c71d562a7db136105ce316476cb5221371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Tue, 8 Feb 2022 22:38:00 +0200 Subject: [PATCH] Add email --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 887688e..5dcdae8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,3 +8,15 @@ steps: commands: - sh "00-deps.sh" - sh "10-build.sh" +- name: deliver + image: drillster/drone-email + host: mail.k-space.ee + username: jenkins + password: + from_secret: email_password + from: drone@k-space.ee + subject: Openwrt image + attachment: bin/*.bin + when: + status: + - success