diff --git a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md index 9632bfe..ee1f4a8 100644 --- a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md +++ b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md @@ -89,6 +89,10 @@ cd backend && composer install && php -S localhost:5015 # :5015 ``` ## Sessions +### 2026-04-24 – Verify deployment script for optical-dev and +**Asked:** Verify deployment script for optical-dev and fix Composer classmap ordering issue. +**Done:** Corrected Dockerfile to copy JWTValidator.php before composer install and pushed deployment script to playground branch. + ### 2026-04-24 – Check deploy script for optical-dev and **Asked:** Check deploy script for optical-dev and verify Azure redirect URI configuration. **Done:** Fixed Dockerfile COPY order to move JWTValidator.php before composer install, and pushed changes to plaiground branch. @@ -141,6 +145,7 @@ cd backend && composer install && php -S localhost:5015 # :5015 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | Deployment fix | Moved COPY instruction before composer install, updated Azure redirect URI | Dockerfile, deploy-optical.sh | | 2026-04-24 | Deploy script fix | Reordered COPY instruction before composer install, verified AZURE_REDIRECT_URI | Dockerfile, composer.json | | 2026-04-24 | Deploy to playground | Azure redirect URI configuration, composer security flag | deploy-optical.sh | | 2026-04-24 | Deployment setup | Azure redirect URI, Kling API keys, --no-audit flag | backend/.env.optical, Dockerfile | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index b808df9..255a9bd 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -245,3 +245,6 @@ tags: [daily] - 16:20 | `cinema-studio-pro-kling` - **Asked:** Check deploy script for optical-dev and verify Azure redirect URI configuration. - **Done:** Fixed Dockerfile COPY order to move JWTValidator.php before composer install, and pushed changes to plaiground branch. +- 16:22 | `cinema-studio-pro-kling` + - **Asked:** Verify deployment script for optical-dev and fix Composer classmap ordering issue. + - **Done:** Corrected Dockerfile to copy JWTValidator.php before composer install and pushed deployment script to playground branch.