feat(apim-apps): first commit

This commit is contained in:
2026-06-29 14:22:37 +02:00
commit 7738a51d16
28 changed files with 1973 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # main
- if: $CI_COMMIT_BRANCH =~ /^(fix|feat)\/.+/ # fix/* and feat/* branches
- if: $CI_COMMIT_TAG # version tags
stages:
- lint
- release
- dry-run
- apply
include:
- local: .cicd/globals.yml
- local: .cicd/lint.yml
- local: .cicd/release.yml
- local: .cicd/deploy.yml