Nicolas Cantu
398e0dd1de
Fix deploy.sh to avoid dependency upgrades in production
**Motivations:**
- Make deployments reproducible and prevent production-only dependency drift
**Root causes:**
- deploy.sh ran npm-check-updates -u on the server, then npm install hit ERESOLVE
**Correctifs:**
- Remove npm-check-updates step
- Switch npm install to npm ci
- Stop copying next.config.js over SSH (use Git version)
**Evolutions:**
- Add fixKnowledge note explaining the failure mode and remediation
**Pages affectées:**
- deploy.sh
- fixKnowledge/2026-01-13-deploy-sh-ncu-eresolve.md