add recursive clone
continuous-integration/drone/push Build is passing Details

main
Philipp Rothmann 2022-07-23 23:53:19 +02:00
parent 3d97346ae6
commit bc976d97f9
1 changed files with 8 additions and 0 deletions

View File

@ -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: