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

18 lines
232 B
YAML

---
# gitLab ci stages
stages:
# stages
- "linting"
- "build"
- "deployment"
# include jobs
include:
# deployment
- local: ".gitlab/build.yaml"
- local: ".gitlab/deployment.yaml"
- local: ".gitlab/linting.yaml"