**Motivations:** - Execute deploy.hooks.phases from conf.json with fallback to deploy_script_path; align algo/enso with repository_root and empty phases. **Root causes:** - Deploy entry was hardcoded to deploy.sh; hooks array unused. **Correctifs:** - None. **Evolutions:** - deploy/run-project-hooks.sh; change-to-all-branches.sh and deploy-by-script-to.sh call it when IA_PROJECT_ID is set; lecoffreio phases list deploy/scripts_v2/deploy.sh; algo/enso repository_root + hooks.phases []; deploy/lib/README.md placeholder for future generic extract. **Pages affectées:** - deploy/run-project-hooks.sh, deploy/change-to-all-branches.sh, deploy/deploy-by-script-to.sh, deploy/lib/README.md, projects/lecoffreio/conf.json, projects/algo/conf.json, projects/enso/conf.json
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"id": "lecoffreio",
|
|
"name": "Lecoffre.io",
|
|
"project_path": "/home/desk/code/lecoffre_ng_test/deploy",
|
|
"build_dirs": [
|
|
"/home/desk/code/lecoffre_ng_test/lecoffre-ressources-dev",
|
|
"/home/desk/code/lecoffre_ng_test/lecoffre-back-main",
|
|
"/home/desk/code/lecoffre_ng_test/lecoffre-front-main"
|
|
],
|
|
"deploy": {
|
|
"repository_root": "/home/desk/code/lecoffre_ng_test",
|
|
"scripts_path": "/home/desk/code/lecoffre_ng_test/deploy/scripts_v2",
|
|
"deploy_script_path": "/home/desk/code/lecoffre_ng_test/deploy/scripts_v2/deploy.sh",
|
|
"secrets_path": "/home/desk/code/lecoffre_ng_test/.secrets",
|
|
"hooks": {
|
|
"phases": [
|
|
"deploy/scripts_v2/deploy.sh"
|
|
]
|
|
}
|
|
},
|
|
"version": {
|
|
"package_json_paths": [
|
|
"/home/desk/code/lecoffre_ng_test/lecoffre-back-main/package.json",
|
|
"/home/desk/code/lecoffre_ng_test/lecoffre-front-main/package.json"
|
|
],
|
|
"splash_app_name": "LeCoffre.io"
|
|
},
|
|
"mail": {
|
|
"email": "ai.support.lecoffreio@4nkweb.com",
|
|
"imap_bridge_env": ".secrets/gitea-issues/imap-bridge.env"
|
|
},
|
|
"git": {
|
|
"wiki_url": "https://git.4nkweb.com/4nk/lecoffre_ng/wiki",
|
|
"token_file": ".secrets/gitea-issues/token"
|
|
},
|
|
"tickets": {
|
|
"ticketing_url": "https://git.4nkweb.com/4nk/lecoffre_ng/issues",
|
|
"authorized_emails": {
|
|
"to": [
|
|
{
|
|
"test": "AI.LECOFFREIO.TEST@4nkweb.com",
|
|
"pprod": "AI.LECOFFREIO.PPROD@4nkweb.com",
|
|
"prod": "AI.LECOFFREIO.PROD@4nkweb.com"
|
|
}
|
|
],
|
|
"from": [
|
|
"laurence@lecoffre.io",
|
|
"gwendal@lecoffre.io",
|
|
"nicolas.4nk@pm.me"
|
|
]
|
|
}
|
|
}
|
|
}
|