Skip to content

Commit ee78043

Browse files
committed
add table of contents for READMD
1 parent 61748c9 commit ee78043

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
This project is a demo application that implements a Blue/Green deployment with ECS External Deploy Controller using AWS Step Functions.
66

7+
## Table of Contents
8+
9+
* [Background](#background)
10+
* [B/G deploy demo overview](#bg-deploy-demo-overview)
11+
* [How to deploy](#how-to-deploy)
12+
* [How to play as demonstration](#how-to-play-as-demonstration)
13+
* [Dive Deep CodePipeline Flow](#dive-deep-codepipeline-flow)
14+
* [CodeBuild for Build App](#codebuild-for-build-app)
15+
* [CodeBuild for Build Image](#codebuild-for-build-image)
16+
* [CodeBuild for Prepare Input](#codebuild-for-prepare-input)
17+
* [State Machine Stage for Deploy Green Environment](#state-machine-stage-for-deploy-green-environment)
18+
* [State Machine Stage for Swap](#state-machine-stage-for-swap)
19+
* [State Machine Stage for Clean up](#state-machine-stage-for-clean-up)
20+
* [Clean up](#clean-up)
21+
722
## Background
823

924
CodeDeploy has capability Blue/Green deployment for Amazon ECS and we can set up CI/CD pipeline also with CodePipeline.

0 commit comments

Comments
 (0)