What problem does it solve?
This Skill safely updates a live production stack to the newest already-published application image without rebuilding locally, while preventing version skew between the web app and the workflows worker.
Core Features & Use Cases
- Pinned Cluster Rollouts: Resolves the latest release tag, verifies both published images exist, and updates both deployments together so they stay in lockstep.
- Production Safety Checks: Confirms the live secret contains every boot-required key before rollout, reducing crash loops caused by missing configuration.
- Operational Recovery: Supports no-rebuild secret-rotation refreshes with a restart workflow and re-registers the worker so new handlers stay reachable.
- Use Case: A lawyer-facing production site needs today’s released image live in Google Kubernetes Engine, with the worker refreshed in Restate and the cluster kept consistent across web and background execution.
Quick Start
Use the power-push skill to update the production cluster to the newest published release, verify secret readiness, roll both deployments together, and re-register the worker.