Attempt to build documentation image in CI.
This commit is contained in:
parent
fb7a6dccaa
commit
2c4f192e43
1 changed files with 17 additions and 0 deletions
17
.drone.yml
17
.drone.yml
|
@ -1,5 +1,22 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
name: documentation
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: witten/borgmatic-docs
|
||||||
|
dockerfile: docs/Dockerfile
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
name: python-3-5-alpine-3-9
|
name: python-3-5-alpine-3-9
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue