drone yml

This commit is contained in:
trav 2021-11-24 14:06:49 -05:00
parent c64387668d
commit 170213a305
1 changed files with 21 additions and 0 deletions

21
.drone.yml Normal file
View File

@ -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