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