From e39623d01ed48574b1b8ad1bb3dd54d431badb7e Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 20 Oct 2019 16:53:54 +0200 Subject: drone file --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ab036aa --- /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/landingpage + registry: registry.darknebu.la + username: + from_secret: docker_username + password: + from_secret: docker_password -- cgit 1.4.1