%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
flowchart LR
A[MR d'intégration] --> B@{ shape: cloud, label: "Lint"};
B --> C[Branche develop];
C --> D@{ shape: cloud, label: "Build/Push + Tests end2end"};
C --> E[Git tag]
E --> F@{ shape: cloud, label: "Build/Push Release + Notifications"};
L[MR d'intégration] --> M@{ shape: cloud, label: "Lint"};
M --> G
C -- Créée depuis develop --> G[Branche de release];
G --> H@{ shape: cloud, label: "Build/Push + Tests end2end"}
G --> J[Git tag];
J --> K@{ shape: cloud, label: "Build/Push Release + Notifications"};
---
### [Cloud](https://gitlab.com/xxii-group/product/xxii-core-k8s-stack/realtime-helm-package/-/blob/develop/docs/services-deployments.md?ref_type=heads#cloud-services)
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
flowchart LR
A[MR] --> B@{ shape: cloud, label: "Lint + Unit tests + Build/Push"};
B --> C[Branche develop];
C --> D@{ shape: cloud, label: "Build/Push + Deploy staging"};
C .-> E[MR]
E --> F@{ shape: cloud, label: "Lint + Unit tests + Build/Push"}
F --> G[Branche main];
G --> H@{ shape: cloud, label: "Build/Push + Deploy production"};
---
## Images et outils
Les [images Docker](https://gitlab.com/xxii-group/product/xxii-core-k8s-stack/realtime-helm-package/-/tree/develop/tools/containers-images?ref_type=heads) utilisées dans les jobs CI/CD
---
## Conclusion
Questions ?