瀏覽代碼

Attempt to build documentation image in CI.

Dan Helfman 6 年之前
父節點
當前提交
2c4f192e43
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      .drone.yml

+ 17 - 0
.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: