From d03f2e1d0d1c1f3f09047f5e17cad24119bfd4d2 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 11 Oct 2019 12:10:30 +0200 Subject: added the drone file --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6b3e8d3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +kind: pipeline +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: docker + image: plugins/docker + settings: + tags: + - latest + repo: registry.darknebu.la/circus/scoreboard + registry: registry.darknebu.la + username: + from_secret: docker_username + password: + from_secret: docker_password -- cgit 1.4.1