about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-11 11:56:32 +0200
committerEmile <hanemile@protonmail.com>2019-10-11 11:56:32 +0200
commitc247477a241593413f3e3aab2da97e3f773a8f6c (patch)
tree0a39d61376ca2f4009c760f261dc74bd157a460c /.drone.yml
parentddbe382aa58505d7822ff9d4f8bdbc4c3b4e988a (diff)
drone file
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..4b3fa21
--- /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/register
+      registry: registry.darknebu.la
+      username:
+        from_secret: docker_username
+      password:
+        from_secret: docker_password