Deploy the application to the specified environment with comprehensive validation.
# Deployment Command Deploy the application to the specified environment with comprehensive validation. ## Context - Environment: $1 (default: production) - Service: $2 (default: current service) - Current branch: !`git branch --show-current` - Recent commits: !`git log --oneline -5` - Build status: !`git status --porcelain` ## Deployment Process 1. **Pre-deployment Checks** - Validate environment configuration - Check service dependencies - Verify security requirements - Confirm deployment permissions 2. **Build and Test** - Run automated tests - Perform security sca...
Automated deployment with pre-flight checks, staging validation, and production rollout
Safe, staged deployment with quality gates and rollback capability
Deploy Apache Kafka cluster using Terraform (Apache Kafka, AWS MSK, or Azure Event Hubs). Guides platform selection, sizing, and deployment.
Generate deployment artifacts (API, Docker, monitoring)
Orchestrate deployments with rollback strategies and health checks