mirror of
https://github.com/BluemediaGER/nginx-live.git
synced 2024-11-13 23:25:29 +01:00
Add DroneCI config
This commit is contained in:
parent
fbca991b8c
commit
2b17a51d17
19
.drone.yml
Normal file
19
.drone.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: nginx-live
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
pull_image: true
|
||||
no_cache: true
|
||||
repo: git.bluemedia.dev/bluemedia/nginx-live
|
||||
tags:
|
||||
- latest
|
||||
purge: true
|
||||
registry: git.bluemedia.dev
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
Loading…
Reference in a new issue