feat: initial commit

This commit is contained in:
Simon Cornet 2025-06-06 18:23:44 +02:00
commit f7e873865b
16 changed files with 273 additions and 0 deletions

18
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,18 @@
---
# gitLab ci stages
stages:
# deployment
- "gitleaks"
- "linting"
- "deployment"
# include jobs
include:
# deployment
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/linting.yaml"
- local: ".gitlab/deployment.yaml"