BMAD-METHOD/bmad-agent/templates/deployment-info-tmpl.md

41 lines
1.4 KiB
Markdown

# Deployment & Infrastructure
## Environments
- **Development:** {DEV_ENVIRONMENT_DETAILS}
- **Testing/QA:** {TEST_ENVIRONMENT_DETAILS}
- **Staging:** {STAGING_ENVIRONMENT_DETAILS}
- **Production:** {PROD_ENVIRONMENT_DETAILS}
## Infrastructure Components
- **Compute:** {COMPUTE_RESOURCES}
- **Storage:** {STORAGE_RESOURCES}
- **Networking:** {NETWORKING_CONFIGURATION}
- **Databases:** {DATABASE_INFRASTRUCTURE}
- **Caching:** {CACHING_INFRASTRUCTURE}
## CI/CD Pipeline
- **Source Control:** {SOURCE_CONTROL_DETAILS}
- **Build Process:** {BUILD_TOOLS_AND_STEPS}
- **Testing Integration:** {AUTOMATED_TESTING_APPROACH}
- **Deployment Automation:** {DEPLOYMENT_TOOLS}
- **Release Strategy:** {RELEASE_APPROACH}
## Monitoring & Observability
- **Logging:** {LOGGING_SOLUTION}
- **Metrics Collection:** {METRICS_TOOLS}
- **Alerting:** {ALERT_MECHANISMS}
- **Dashboards:** {MONITORING_DASHBOARDS}
- **Error Tracking:** {ERROR_TRACKING_SOLUTION}
## Security Infrastructure
- **Authentication:** {AUTH_INFRASTRUCTURE}
- **Authorization:** {ACCESS_CONTROL_METHODS}
- **Secrets Management:** {SECRETS_SOLUTION}
- **Network Security:** {NETWORK_SECURITY_MEASURES}
- **Compliance Controls:** {COMPLIANCE_IMPLEMENTATIONS}
## Scaling Strategy
- **Horizontal Scaling:** {HORIZONTAL_SCALING_APPROACH}
- **Vertical Scaling:** {VERTICAL_SCALING_APPROACH}
- **Auto-scaling:** {AUTO_SCALING_CONFIGURATION}
- **Load Balancing:** {LOAD_BALANCING_SOLUTION}