From 7e2ddca366a93a29d8ba70f26e1583e5d6bcee59 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 11 Oct 2019 12:13:08 +0200 Subject: added the 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..4d23a01 --- /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/vpn + registry: registry.darknebu.la + username: + from_secret: docker_username + password: + from_secret: docker_password -- cgit 1.4.1