From af20f148f052c8333d80506063794214b1566e3a Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Tue, 21 Nov 2017 12:09:42 +0000 Subject: [PATCH] add drone conf --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..802034e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +pipeline: + build: + image: plugins/docker + registry: registry.dryusdan.fr + repo: registry.dryusdan.fr/dryusdan/cryptpad + secrets: [ docker_username, docker_password ] + + push: + image: appleboy/drone-git-push + branch: master + remote: git@github.com:Dryusdan/docker-cryptpad.git + secrets: [ git_push_ssh_key ]