diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b2bac2a --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file