2
0
Эх сурвалжийг харах

Attempt to build documentation image in CI.

Dan Helfman 6 жил өмнө
parent
commit
2c4f192e43
1 өөрчлөгдсөн 17 нэмэгдсэн , 0 устгасан
  1. 17 0
      .drone.yml

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