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 ]