about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Karl <akarl@darknebu.la>2019-10-10 14:52:45 +0200
committerAlexander Karl <akarl@darknebu.la>2019-10-10 14:52:45 +0200
commitf8b923c348dcc021fe8e82fed90170a1fdc6c9c6 (patch)
treec2a9de6c274339970a2c769c338498ddbffbc2e0
parentc76b16a9c10565306477b91fb359c6d31442dfe5 (diff)
Add drone file
-rw-r--r--.drone.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..6bd0759
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,20 @@
+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
+