diff --git a/.drone.yml b/.drone.yml index 50f6a1b74..b377912ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,22 @@ --- 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 steps: