diff options
author | Emile <hanemile@protonmail.com> | 2019-10-11 12:10:30 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-11 12:10:30 +0200 |
commit | d03f2e1d0d1c1f3f09047f5e17cad24119bfd4d2 (patch) | |
tree | 04ca6466522e5b11a83415d4659e67fd395c181c | |
parent | 62f67cf2c22237b1866a202e3b7ba0fc2c1598ac (diff) |
added the 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..6b3e8d3 --- /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/scoreboard + registry: registry.darknebu.la + username: + from_secret: docker_username + password: + from_secret: docker_password |