Zero Downtime Deploy

Set up, harden, or audit deployment so that releases don't interrupt service — the new version starts beside the old one, proves itself, takes traffic, and there is a rollback that has actually been rehearsed. Use this skill when the user asks to 'настрой деплой', 'деплой без даунтайма', 'выкатывай без простоя', 'чтобы при деплое не падало', 'сделай откат', 'проверь наш деплой', 'set up deployment', 'zero downtime', 'blue-green', 'rolling deploy', 'add a rollback', or reports 502/504 during releases, users getting logged out on deploy, a rollback that didn't work, or two deploys trampling each other. Also use when the user is about to ship a database migration and wants to know whether it is safe to release while the app is running. Works on the platform the project already has and never introduces Kubernetes, Terraform, or a new cloud provider. Do NOT use for: running a deploy that is already configured, debugging a production incident that already happened, fixing a failing CI job, or writing a Dockerfile w

izmailovilya Updated

File contents

izmailovilya/ilia-izmailov-plugins/tree/main/plugins/zero-downtime-deploy/skills/zero-downtime-deploy commit a23e01b688

Frequently asked questions

npx skillmds@latest add izmailovilya/zero-downtime-deploy