What problem does it solve?
This Skill eliminates the manual, error-prone, and time-consuming process of deploying your Light Bot application to a production server. It streamlines complex Git operations, environment variable synchronization, and Docker commands into a single, reliable workflow.
Core Features & Use Cases
- Automated Production Promotion: Seamlessly fast-forwards your
prod branch to the latest stable staging commit.
- Environment Variable Sync: Intelligently compares local
.env.example with the production .env to identify and prompt for missing variables, preventing configuration drift.
- One-Command Deployment: Executes SSH commands to pull the latest code, rebuild Docker images, and restart services on the production server.
- Use Case: A development team needs to push a thoroughly tested feature from staging to the live production environment. This Skill ensures a consistent, automated, and verifiable deployment without manual SSH commands or risking configuration errors.
Quick Start
Deploy the Light Bot to production. Ensure the staging environment is stable and I have the necessary SSH keys.