Initial commit with version 1.9.1.

This commit is contained in:
2020-09-20 15:06:44 +05:00
commit 6e0c794f08
3 changed files with 68 additions and 0 deletions

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: dockerhub_user
password:
from_secret: dockerhub_password
repo: pztrn/documize-ee
auto_tag: true