diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 13:36:47 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 13:36:47 +0200 |
commit | 97c4568005654c8f16f8f72172167bcb15577a43 (patch) | |
tree | 7eabd39b3c5941e768f35ae9465fdc50947b2525 | |
parent | 6f685cd048ec48d7cdcf8057adfdc76cfda6a57f (diff) |
CI
-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..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 |