3 Commits

Author SHA1 Message Date
ordinarthur
985e817289 docs(deploy-memory): refonte split web/api 2 services
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 03:04:22 +02:00
ordinarthur
cc047013c6 fix(deploy): init container migrate utilise build/ace.js (compilé)
All checks were successful
Build & Deploy App / build-and-deploy (push) Successful in 30s
Le pod plantait en Init:CrashLoopBackOff parce que le init container
tournait depuis /app/apps/api avec \`node ace\` — qui charge le shim
ace.js → bin/console.ts (TS source). Sans devDeps en runtime, pas de
loader TS → ERR_UNKNOWN_FILE_EXTENSION.

Fix : workingDir /app/apps/api/build + command \`node ace.js
migration:run --force\`. build/ contient les .js compilés.

Memory mise à jour pour documenter ce piège.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:50:26 +02:00
ordinarthur
269c67ace2 add landing v3
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 8s
2026-05-05 18:52:34 +02:00