diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a2aad1b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +name: build + +steps: +- name: docker + # See docs at https://plugins.drone.io/plugins/docker + image: plugins/docker + settings: + repo: git.qx9.de/websites/qx9.de + registry: git.qx9.de \ No newline at end of file