docs-simoncor-net/.gitlab-ci.yml

21 lines
355 B
YAML

---
# gitLab ci stages
stages:
# stages
- "linting"
- "build"
- "deployment"
# include jobs
include:
# deployment
- local: ".gitlab/build.yaml"
- local: ".gitlab/deployment.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"