This commit is contained in:
parent
3d97346ae6
commit
bc976d97f9
1 changed files with 8 additions and 0 deletions
|
@ -1,7 +1,14 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deploy docs to local-it.org
|
name: deploy docs to local-it.org
|
||||||
|
clone:
|
||||||
|
depth: 50
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build and publish image
|
- name: build and publish image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
@ -24,6 +31,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
STACK_NAME: lit_docs
|
STACK_NAME: lit_docs
|
||||||
DOMAIN: docs.local-it.org
|
DOMAIN: docs.local-it.org
|
||||||
|
|
||||||
# - name: notify
|
# - name: notify
|
||||||
# image: plugins/matrix
|
# image: plugins/matrix
|
||||||
# settings:
|
# settings:
|
||||||
|
|
Loading…
Reference in a new issue