Deployment Group
Purpose: Orchestrate multiple deployments as a coordinated group operation
Key Features:
- Sequential Execution: Ordered execution of child deployments
- Parallel Processing: Concurrent execution where dependencies allow
- Multi-Type Support: Combination of API, Git, and Database deployments
- Dependency Management: Handling of inter-deployment dependencies
- Monitoring: Centralized monitoring of group deployment status
Group Types:
- SEQUENTIAL: Child deployments execute in defined order
- PARALLEL: Child deployments execute concurrently
Child Deployment Management:
- Add/remove child deployments from any of the three main types (API, Git, Database)
- Define execution order
Use Cases:
- Complex multi-platform deployments
- Coordinated deployment across different systems
- Enterprise deployment workflows
- Automated deployment pipelines with multiple targets
