add drone config

This commit is contained in:
Dryusdan 2017-11-23 20:24:49 +01:00
parent 96af09048c
commit d03a87ea07
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

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