What problem does it solve?
This Skill automates the process of deploying Over-The-Air (OTA) updates for the Bloom application, ensuring a safe and controlled release process.
Core Features & Use Cases
- Automated Deployment Pipeline: Orchestrates a multi-step deployment process including linting, testing, building, and deploying the application bundle.
- Version Management: Handles version bumping (patch, minor, major) and updates version information in the codebase.
- Safety Guardrails: Includes pre-deployment QA gates, confirmation prompts, and an automatic rollback mechanism in case of deployment failure.
- Use Case: When a new version of the Bloom frontend is ready, use this skill to push it live to users, ensuring all quality checks are passed and providing a rollback option if issues arise.
Quick Start
Run the deploy-bloom script with the desired version bump flag, like --patch, to deploy a patch update.