Build documentation docker file added to drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
38b8a3bb86
commit
631c6023ae
22
.drone.yml
22
.drone.yml
@ -86,3 +86,25 @@ volumes:
|
|||||||
- name: ubuntu_ccache
|
- name: ubuntu_ccache
|
||||||
host:
|
host:
|
||||||
path: /tmp/ubuntu_ccache
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user