feat: small fixes and added deployment step

This commit is contained in:
Simon Cornet 2025-05-30 19:16:33 +02:00
commit 3cb1a5da32
3 changed files with 8 additions and 6 deletions

View file

@ -6,6 +6,7 @@ stages:
# stages
- "linting"
- "image-build"
- "deployment"
# include jobs
@ -14,3 +15,4 @@ include:
# deployment
- local: ".gitlab/linting.yaml"
- local: ".gitlab/image-build.yaml"
- local: ".gitlab/deployment.yaml"