Fix: deploy-deps patches classmap path (app/src/ → src/) for flat server layout before composer install

This commit is contained in:
Pontoporeia
2026-05-20 13:06:09 +02:00
parent 47405e5334
commit d33a56981e
2 changed files with 2 additions and 1 deletions

View File

@@ -164,7 +164,7 @@
# Current tasks
- [x] Add ZipArchive guard to legacy export-files.php
- [x] Refactor deploy recipe: split into deploy-code / deploy-deps / deploy-migrate; deploy-deps always syncs composer.json+composer.lock, runs composer install only when lockfile checksum changed
- [x] Refactor deploy recipe: split into deploy-code / deploy-deps / deploy-migrate; deploy-deps patches classmap path (app/src/ → src/) for flat server layout before running composer install; only runs install when lockfile checksum changed
- [x] Cleanup modal: list files that will be removed (not just counts)
- [x] Storage restructure: documents/ → {objet}/ (tfe/theses/frart)