What problem does it solve?
This Skill streamlines the process of deploying code changes to development environments, applying infrastructure updates, and verifying the deployed changes end-to-end.
Core Features & Use Cases
- Targeted Deployments: Apply infrastructure changes to specific modules within the development environment.
- Full Deployments: Execute comprehensive plans and apply all infrastructure changes.
- Database Migrations: Manage and apply database schema updates.
- Smoke Testing: Verify the functionality and stability of the deployed environment.
- Use Case: After pushing a new feature branch, use this skill to deploy the changes to
dev2, run database migrations, and then execute smoke tests to ensure everything is working as expected.
Quick Start
Deploy the API module to the dev environment by running the tofu apply command with the target module API.