All checks were successful
Validation applicative / Tests de contrat (push) Successful in 10s
- Ajout .gitea/workflows/validate.yml (runs-on: ci-node22, test de contrat) - Ajout package.json avec scripts test/check/build/verify - Ajout ci.required:true dans app.json
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"id": "portail-santinova",
|
|
"name": "Portail Applicatif",
|
|
"category": "INFRA",
|
|
"urls": {
|
|
"recette": "https://portail.recette.santinova-soft.org",
|
|
"prod": "https://portail.santinova-soft.org"
|
|
},
|
|
"containerName": "portail-santinova",
|
|
"image": "images/portail.png",
|
|
"giteaRepo": "portail-santinova",
|
|
"giteaOwner": "manus-admin",
|
|
"ci": {
|
|
"required": true
|
|
}
|
|
}
|