diff options
author | Emile <hanemile@protonmail.com> | 2019-10-11 12:01:35 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-11 12:01:35 +0200 |
commit | 8cb39e5fea15b6401a9a0e9229a8d86c0c3d1601 (patch) | |
tree | 2a90f31432b7fc9c82d32aff3956b0c1d1ba2464 | |
parent | 4875bc9c8e2d14e45d6e1594300e32003e0f6587 (diff) |
drone file
-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..9141c76 --- /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/companion + registry: registry.darknebu.la + username: + from_secret: docker_username + password: + from_secret: docker_password |