feat(ci): ajouter validation et garde-fou de déploiement
All checks were successful
Deploy Production / deploy (push) Has been skipped
Validation applicative / TypeScript, tests et build (push) Successful in 4m19s
Deploy Recette / deploy (push) Successful in 4m59s

This commit is contained in:
Manus Automation
2026-08-20 16:40:12 +00:00
parent fcafbf1965
commit 290e3709e2
6 changed files with 105 additions and 14 deletions

View File

@@ -6,8 +6,11 @@
"recette": "https://veille.recette.santinova-soft.org",
"prod": "https://veille.santinova-soft.org"
},
"containerName": "veille-reglementaire",
"containerName": "veille-reglementaire-recette",
"image": "images/veille-reglementaire.png",
"giteaRepo": "veille-reglementaire",
"giteaOwner": "manus-admin"
"giteaOwner": "manus-admin",
"ci": {
"required": true
}
}