This repository has been merged into codeflow-orchestration.
All infrastructure code has been moved to the codeflow-orchestration repository:
| Component | Old Location | New Location |
|---|---|---|
| Bicep templates | bicep/ |
codeflow-orchestration/infrastructure/bicep/ |
| Terraform | terraform/ |
codeflow-orchestration/infrastructure/terraform/ |
| Kubernetes | kubernetes/ |
codeflow-orchestration/infrastructure/kubernetes/ |
| Docker | docker/ |
codeflow-orchestration/infrastructure/docker/ |
| CI/CD Workflows | .github/workflows/ |
codeflow-orchestration/infrastructure/.github/workflows/ |
git clone https://github.com/JustAGhosT/codeflow-orchestration.git
cd codeflow-orchestration/infrastructureIf you have workflows referencing this repository, update them to use:
# Old
- uses: actions/checkout@v4
with:
repository: JustAGhosT/codeflow-infrastructure
# New
- uses: actions/checkout@v4
with:
repository: JustAGhosT/codeflow-orchestration
path: orchestration
# Then reference: orchestration/infrastructure/bicep/...- Old:
https://github.com/JustAGhosT/codeflow-infrastructure - New:
https://github.com/JustAGhosT/codeflow-orchestration/tree/main/infrastructure
- Single source of truth - All infrastructure and orchestration in one place
- Simplified CI/CD - One repository to manage all deployment automation
- Better discoverability - Contributors find everything in one place
- Reduced repository sprawl - 7 repos → 5 repos
If you have questions about this migration, please:
- Open an issue in codeflow-orchestration
- Review the Infrastructure Consolidation Plan
Archived: 2025-01-XX Migration completed by: Infrastructure Team