vault backup: 2026-04-24 16:23:15

This commit is contained in:
Vadym Samoilenko 2026-04-24 16:23:15 +01:00
parent 1572d9647d
commit c3cd0fa180
2 changed files with 8 additions and 0 deletions

View file

@ -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 |

View file

@ -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.