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