bookstack-ppm/.drone.yml

22 lines
369 B
YAML
Raw Normal View History

2019-05-08 11:55:09 +00:00
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