add drone conf

This commit is contained in:
Dryusdan 2017-11-21 12:09:42 +00:00
parent bc78fb0011
commit af20f148f0
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
pipeline:
build:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/cryptpad
secrets: [ docker_username, docker_password ]
push:
image: appleboy/drone-git-push
branch: master
remote: git@github.com:Dryusdan/docker-cryptpad.git
secrets: [ git_push_ssh_key ]