Add drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2020-10-07 22:01:36 +02:00
parent 2e38315250
commit 3805e48075
1 changed files with 34 additions and 0 deletions

34
.drone.yml Normal file
View File

@ -0,0 +1,34 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build_relay
image: plugins/docker
settings:
registry: registry.luj0ga.de
repo: registry.luj0ga.de/nginx-rtmp
dockerfile: nginx-rtmp/Dockerfile
context: nginx-rtmp
tags:
- alpine3.12
username:
from_secret: registry_username
password:
from_secret: registry_password
- name: build_player
image: plugins/docker
settings:
registry: registry.luj0ga.de
repo: registry.luj0ga.de/stream-playout
dockerfile: stream-playout/Dockerfile
context: stream-playout
tags:
- stable-alpine
username:
from_secret: registry_username
password:
from_secret: registry_password