diff options
author | Emile <hanemile@protonmail.com> | 2019-10-11 12:13:08 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-11 12:13:08 +0200 |
commit | 7e2ddca366a93a29d8ba70f26e1583e5d6bcee59 (patch) | |
tree | 73bd08c22ca9971eee2f81f83fc1b5992e67f8c2 | |
parent | a2ec27fe7e08872914a899d50f4adb7b693a2611 (diff) |
-rw-r--r-- | .drone.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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 |