diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c88f67e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +--- +pipeline: + deploy: + image: codestation/drone-stack + host: tcp://swarm.autonomic.zone:2376 + stack_name: traefik + tlsverify: true + secrets: + - docker_ca + - docker_cert + - docker_key +trigger: + branch: + - master