18 lines
242 B
YAML
18 lines
242 B
YAML
---
|
|
|
|
# gitLab ci stages
|
|
stages:
|
|
|
|
# deployment
|
|
- "gitleaks"
|
|
- "linting"
|
|
- "deployment"
|
|
|
|
|
|
# include jobs
|
|
include:
|
|
|
|
# deployment
|
|
- local: ".gitlab/gitleaks.yaml"
|
|
- local: ".gitlab/linting.yaml"
|
|
- local: ".gitlab/deployment.yaml"
|