diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 429dfea..c333696 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -536,3 +536,12 @@ tags: [daily] - 21:33 | `video-accessibility` - **Asked:** Check why the PATCH request to the VTT endpoint returns 400 status code on the optical server. - **Done:** Verified the API runs correctly and the PATCH request now passes middleware validation. +- 21:35 | `video-accessibility` + - **Asked:** Set up security-focused FastAPI deployment with sequential Docker builds and server verification. + - **Done:** Created deployment automation script with health checks, git pull, and incremental container builds. +- 21:36 | `video-accessibility` + - **Asked:** Checked server error for PATCH request returning 400 status code | Identified outdated code baked into Docker image requiring rebuild | optical server, Docker image + - **Done:** — +- 21:36 | `video-accessibility` + - **Asked:** Developer requested creation of a deployment script for video-accessibility project with sequential Docker builds. + - **Done:** Deployment script was written and pushed with sequential image building, optional flags, and instructions for server startup.