chore(kogus): add front-backoffice to pousse.sh --build dirs

**Motivations:**
- Ensure Next Enso is built when using pousse.sh kogus --build.

**Root causes:**
- build_dirs omitted front-backoffice (only notary packages).

**Correctifs:**
- Add absolute path to front-backoffice in conf.json.

**Evolutions:**
- Monorepo docs updated in lecoffre_ng_test (ia-dev-multi-site, monorepo-backoffice).

**Page affectées:**
- projects/kogus/conf.json.
This commit is contained in:
Nicolas Cantu 2026-04-23 01:26:45 +02:00
parent bf12456bfd
commit c4113acbaa

View File

@ -5,14 +5,15 @@
"build_dirs": [
"/home/desk/code/lecoffre_ng_test/ressources-common",
"/home/desk/code/lecoffre_ng_test/back-common",
"/home/desk/code/lecoffre_ng_test/front-common"
"/home/desk/code/lecoffre_ng_test/front-common",
"/home/desk/code/lecoffre_ng_test/front-backoffice"
],
"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",
"project_orchestrator_path": "deploy/scripts_v2/deploy.sh",
"secrets_path": "/home/desk/code/ia_dev/projects/kogus/.secrets",
"project_orchestrator_path": "deploy/scripts_v2/deploy-lecoffre-all-sites.sh",
"secrets_path": "/home/desk/code/lecoffre_ng_test/.secrets",
"host_stays_on_test": true
},
"version": {