From 5821197ef097f1b3083cea5512177d5655ee27b4 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Mon, 13 Nov 2017 23:30:08 +0000 Subject: [PATCH] config drone --- .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..b8edbd5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +pipeline: + build: + image: plugins/docker + registry: registry.dryusdan.fr + repo: registry.dryusdan.fr/dryusdan/isso + secrets: [ docker_username, docker_password ] + + push: + image: appleboy/drone-git-push + branch: master + remote: git@github.com:Dryusdan/docker-isso.git + secrets: [ git_push_ssh_key ]