diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8fbcc8e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +pipeline: + docker: + image: plugins/docker + cache_from: ["shimun/mumble"] + use_cache: true + repo: shimun/mumble + secrets: ["docker_username", "docker_password"] + +