chore: versionner le manifeste de déploiement
All checks were successful
Deploy Production / deploy (push) Successful in 56s
Deploy Recette / deploy (push) Successful in 1m12s

This commit is contained in:
Manus
2026-08-17 22:38:22 +02:00
parent 1344d3c060
commit 6f201dd498

13
app.json Normal file
View File

@@ -0,0 +1,13 @@
{
"id": "veille-reglementaire",
"name": "Veille Réglementaire",
"category": "ITINOVA",
"urls": {
"recette": "https://veille.recette.santinova-soft.org",
"prod": "https://veille.santinova-soft.org"
},
"containerName": "veille-reglementaire",
"image": "images/veille-reglementaire.png",
"giteaRepo": "veille-reglementaire",
"giteaOwner": "manus-admin"
}