@@ -8,10 +8,12 @@ This guide helps you navigate ForgeMT configuration modules—from platform setu
88
99Start here if you're deploying for the first time:
1010
11- 1 . [ First Tenant Deployment] ( ./deployments/forge_tenant.md )
12- 2 . [ Tenant Usage Guide] ( ../tenant-usage/index.md )
13- 3 . [ Secrets Reference] ( ./secrets.md )
14- 4 . [ Module Dependency Guide] ( ./dependency.md )
11+ 1 . [ First Tenant Deployment] ( ./deployments/new_tenant.md )
12+ 2 . [ Build GitHub Actions Base Image] ( ./build/gh_base_image.md )
13+ 3 . [ EKS Deployment Example] ( ./deployments/forge_eks.md )
14+ 4 . [ Splunk Integration Example] ( ./deployments/splunk_deployment.md )
15+ 5 . [ Secrets Reference] ( ./secrets.md )
16+ 6 . [ Module Dependency Guide] ( ./dependency.md )
1517
1618---
1719
@@ -68,26 +70,30 @@ Optional modules for observability, access, and compliance.
6870
6971| Item | Purpose |
7072| --------------------------| -----------------------------------------------|
71- | ` infra/secrets ` | Provisions secrets for GitHub Apps and Splunk |
7273| [ Secrets Reference] ( ./secrets.md ) | Documents required keys, formats, scopes |
7374| [ Dependency Guide] ( ./dependency.md ) | Shows setup order across modules |
7475
7576---
7677
77- ## Deployment Scenarios
78+ ## Deployment & Build Scenarios
7879
7980Ready-made configuration examples:
8081
81- - [ First Tenant Deployment] ( ./deployments/forge_tenant.md )
82- - [ Splunk Integration] ( ./deployments/splunk_deployment.md )
82+ - [ First Tenant Deployment] ( ./deployments/new_tenant.md )
83+ - [ Build GitHub Actions Base Image] ( ./build/gh_base_image.md )
84+ - [ EKS Deployment Example] ( ./deployments/forge_eks.md )
85+ - [ Splunk Integration Example] ( ./deployments/splunk_deployment.md )
8386
8487View all: [ Deployment Index] ( ./deployments/index.md )
8588
8689---
8790
8891## Recommended Setup Order
8992
90- 1 . Deploy base ` infra/ ` modules (VPCs, EKS, IAM, S3, etc.)
91- 2 . Deploy ` platform/forge_runners `
92- 3 . Configure secrets and tenant GitHub Apps
93- 4 . Enable integrations (e.g., Splunk, Teleport)
93+ 1 . Build the GitHub Actions base image ([ guide] ( ./build/gh_base_image.md ) )
94+ 2 . Deploy base ` infra/ ` modules (VPCs, EKS, IAM, S3, etc.)
95+ 3 . Deploy ` platform/forge_runners `
96+ 4 . Configure secrets and tenant GitHub Apps
97+ 5 . Enable integrations (e.g., Splunk, Teleport)
98+
99+ ---
0 commit comments