This commit is contained in:
parent
f88573c33b
commit
89a8490711
1 changed files with 20 additions and 0 deletions
20
.drone.yml
Normal file
20
.drone.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
type: kubernetes
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.hostingwire.net
|
||||
username:
|
||||
from_secret: registry_user
|
||||
password:
|
||||
from_secret: registry_pass
|
||||
repo: git.hostingwire.net/cisco/Discord_test
|
||||
dockerfile: Dockerfile
|
||||
auto_tag: true
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
Loading…
Reference in a new issue