added drone yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cisco 2023-01-03 22:03:05 +01:00
parent f88573c33b
commit 89a8490711

20
.drone.yml Normal file
View 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