From 170213a305f36bf92c8da41c01955e146cb7124f Mon Sep 17 00:00:00 2001 From: trav Date: Wed, 24 Nov 2021 14:06:49 -0500 Subject: [PATCH] drone yml --- .drone.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .drone.yml 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