From 631c6023aef4de54b2f9d92d467e850eb329c84f Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Fri, 20 Jan 2023 11:45:34 +0100 Subject: [PATCH] Build documentation docker file added to drone --- .drone.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0f54136..d8ce678 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,3 +86,25 @@ volumes: - name: ubuntu_ccache host: path: /tmp/ubuntu_ccache + +--- +kind: pipeline +type: docker +name: documentation_build + +clone: + depth: 3 + + +steps: + - name: build_docker_master + image: plugins/docker + settings: + repo: ascee/lasp_ascee_nl + tags: latest + username: + from_secret: docker_username + password: + from_secret: docker_password + when: + branch: master