added drone

This commit is contained in:
2018-10-22 23:50:38 +02:00
parent c2e1f22236
commit 7665e5c49c
2 changed files with 15 additions and 1 deletions

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
pipeline:
docker:
image: plugins/docker
repo: phaefelfinger/tv7playlist
tags:
- latest
secrets: [ docker_username, docker_password ]
debug: true
when:
event: push
branch: master