diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..02728305 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,21 @@ +--- +kind: pipeline +name: linters +steps: + - name: publish image + image: plugins/docker + settings: + auto_tag: true + username: thecoopcloud + password: + from_secret: thecoopcloud_password + repo: thecoopcloud/outline-with-patch + tags: latest + when: + event: + exclude: + - pull_request + +trigger: + branch: + - main