Skip to content

Commit 2bcd63f

Browse files
fix typo
1 parent 8767e92 commit 2bcd63f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Finally, all of the above need some Roles to exist in the AWS accounts before we
4747
2. Push a commit to `main`
4848
3. Press the "Release Change" button on the Pipeline overview page in the AWS Console.
4949

50-
### Deploying an Development environment
50+
### Deploying a Development environment
5151

52-
You can create an Development (aka 'adhoc') environment by setting the `ENVIRONMENT_TYPE` flag on the cicd deploy script. This will create a CI/CD pipeline that will watch for updates to your `TARGET_BRANCH`. The difference between a production and a development pipeline can be seen in "cicd.template.yml" by following where the `Conditions` are used. In short, an development pipeline creates a single environment using "dev.config.yml", while a production deployment will create a Test environment and a Prod environment using the relevent config files, running automated tests between them.
52+
You can create a Development (aka 'adhoc') environment by setting the `ENVIRONMENT_TYPE` flag on the cicd deploy script. This will create a CI/CD pipeline that will watch for updates to your `TARGET_BRANCH`. The difference between a production and a development pipeline can be seen in "cicd.template.yml" by following where the `Conditions` are used. In short, an development pipeline creates a single environment using "dev.config.yml", while a production deployment will create a Test environment and a Prod environment using the relevent config files, running automated tests between them.
5353

5454
Notes:
5555

0 commit comments

Comments
 (0)