add drone support

This commit is contained in:
root 2017-11-03 14:25:25 +00:00
parent 3717e20ac2
commit e4e0e05058
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
pipeline:
build:
image: xataz/docker-drone-plugin
repo: dryusdan/peertube
action: build
volumes:
- /var/run/docker.sock:/var/run/docker.sock
push:
image: xataz/docker-drone-plugin
repo: dryusdan/peertube
action: push
environment:
- UID=991
- GID=991
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
branch: master
event: [push, tag, deployment]