Commit fda41e1
feat: consolidate GitHub Actions workflows with unified pipeline
π Replace redundant workflows with intelligent orchestrated pipeline:
β¨ New unified pipeline.yml features:
- π§ Smart orchestrator determines execution path based on branch/trigger
- π§ͺ Matrix testing across all project layers (Domain, Application, Infrastructure, API)
- π¨ Multi-platform Docker builds with security scanning
- π Environment-aware deployments (staging for develop, production for main)
- π Comprehensive execution summaries with emoji indicators
ποΈ Removed redundant workflows:
- ci.yml β replaced by pipeline quality-gate job
- docker.yml β replaced by pipeline build-and-publish job
- deploy-staging.yml β replaced by pipeline deploy-staging job
- deploy-production.yml β replaced by pipeline deploy-production job
- deploy.yml β duplicate removed
π― Enhanced workflow integration:
- Visual emoji indicators throughout pipeline stages
- Intelligent conditional execution based on context
- Parallel job execution for improved performance
- Standardized error handling and reporting
- Consolidated artifact management
π Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f40bbf7 commit fda41e1
6 files changed
Lines changed: 460 additions & 2276 deletions
File tree
- .github/workflows
0 commit comments