From ca54cb446801276f22d6fa7bd2f4a4a5fab4f0e8 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Tue, 27 Nov 2018 15:05:47 +0100 Subject: [PATCH] Add drone integration --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5a5a3b6 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +pipeline: + docker: + image: plugins/docker:17.12 + secrets: [ docker_username, docker_password ] + pull: true + repo: jonasfranz/mensabot + default_tags: true + when: + event: [ push, tag ] \ No newline at end of file