about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-11 12:00:11 +0200
committerEmile <hanemile@protonmail.com>2019-10-11 12:00:11 +0200
commit69476e0bd7747ff5509d1cc82c013ca50a5fe538 (patch)
tree0a39d61376ca2f4009c760f261dc74bd157a460c /.drone.yml
parent72033efc9dae3c7033b20b09927f266ebd621088 (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