From 97c4568005654c8f16f8f72172167bcb15577a43 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 20 Oct 2019 13:36:47 +0200 Subject: CI --- .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..d3ea6f7 --- /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/manager + registry: registry.darknebu.la + username: + from_secret: docker_username + password: + from_secret: docker_password -- cgit 1.4.1