Initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-03-15 14:05:36 +01:00
parent bc72a8d328
commit 3d8925c151
6 changed files with 108 additions and 0 deletions

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
kind: pipeline
name: default
steps:
- name: build
image: busybox
commands:
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags
- name: docker
image: plugins/docker
settings:
username: samservices
password:
from_secret: docker_password
repo: registry.samservices.de/subsonic
registry: registry.samservices.de