From bc8c3a1c0b04e6dd3589411a2b4a00dd61bf1f3f Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Fri, 17 Nov 2017 21:54:41 +0100 Subject: [PATCH] add drone auto mirror --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4cdaf56 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + mirror: + image: appleboy/drone-git-push + branch: master + remote: git@github.com:Dryusdan/docker-ghost.git + secrets: [ git_push_ssh_key ]