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