about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Karl <akarl@darknebu.la>2019-10-10 21:14:15 +0200
committerAlexander Karl <akarl@darknebu.la>2019-10-10 21:14:15 +0200
commitf27bbac2e4cbdef61da2e6f85143f194b0654b1c (patch)
treee5aa145a562ddcfd40e63471b2c0ee48acda5191
parent8645e18778d98dc9a4e9686bf3cf84a4c0663f34 (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..deca044
--- /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/static
+      registry: registry.darknebu.la
+      username:
+        from_secret: docker_username
+      password:
+        from_secret: docker_password
+