added gitlab-ci

This commit is contained in:
Bojan Kucera 2025-06-02 17:41:09 -04:00
parent d7432f74dd
commit d3efed7ce7

19
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,19 @@
stages:
- build
- test
- deploy
- review
- dast
- staging
- canary
- production
- incremental rollout 10%
- incremental rollout 25%
- incremental rollout 50%
- incremental rollout 100%
- performance
- cleanup
sast:
stage: test
include:
- template: Auto-DevOps.gitlab-ci.yml