add drone auto mirror

This commit is contained in:
Dryusdan 2017-11-17 21:54:41 +01:00
parent cbbd810ff3
commit bc8c3a1c0b
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

@ -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 ]