about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 6bd0759..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-