diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3b1d9d0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +name: default + +steps: +- name: docker + image: plugins/docker + settings: + registry: registry.coadcorp.com + username: nathan + password: + from_secret: registry_password + repo: registry.coadcorp.com/export-xlsx + cache_from: "registry.coadcorp.com/export-xlsx:0.1" + tags: + - 0.1 \ No newline at end of file