Discord_test/.drone.yml
cisco 89a8490711
All checks were successful
continuous-integration/drone/push Build is passing
added drone yml
2023-01-03 22:03:05 +01:00

20 lines
No EOL
357 B
YAML

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