From d03a87ea07746053ef03618210d2c5d70f0ca304 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Thu, 23 Nov 2017 20:24:49 +0100 Subject: [PATCH] add drone config --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ac59057 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +pipeline: + build: + image: plugins/docker + registry: registry.dryusdan.fr + repo: registry.dryusdan.fr/dryusdan/diaspora + secrets: [ docker_username, docker_password ] + + push: + image: appleboy/drone-git-push + branch: master + remote: git@github.com:Dryusdan/docker-diaspora.git + secrets: [ git_push_ssh_key ] +