Added CI Deploy

This commit is contained in:
Phil 2022-01-27 16:50:14 +01:00
parent 9a09500a14
commit d548679c64
2 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,7 @@ stages:
- test
- build-binary
- build-docker
- docs
include:
- '/.gitlab/ci/always.yml'

View file

@ -17,4 +17,14 @@ docker-build-prod-latest:
--tag $CI_REGISTRY_IMAGE:latest \
.
only:
- main
generate-deploy-docs:
stage: docs
script:
- mkdocs build --strict --verbose
artifacts:
paths:
- docs-public
only:
- main