Add Drone CI

This commit is contained in:
TBK 2019-05-08 13:55:09 +02:00
parent 78d9b09572
commit e7f787b81d
No known key found for this signature in database
GPG Key ID: 5FFB25718720C7D7
1 changed files with 22 additions and 0 deletions

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
context: app
dockerfile: app/Dockerfile
tags:
- latest
- ${DRONE_TAG}
repo: jjtc/bookstack-ppm
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
branch:
- master
event:
- tag