From 1a4d56521ddb5db359f6e0448a8c147116786b58 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 21 Jun 2018 20:14:37 +0200 Subject: [PATCH] added drone config --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..933beb97d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +pipeline: + check: + image: chaoslab/repoman + pull: true + commands: + repoman full + notify: + when: + status: [ changed, failure ] + image: drillster/drone-email + pull: true + host: cryptoparty-celle.de + secrets: [ email_username, email_password ] + from: drone@tzend.de