Skip to content

Commit 4d0db1d

Browse files
committed
Cosmetic CICD readme
1 parent 99dfe3f commit 4d0db1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

3_ECS_Java_Spring_PetClinic_CICD/readme-cicd.md renamed to 3_ECS_Java_Spring_PetClinic_CICD/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ git push --set-upstream origin master
145145
Using AWS Console, navigate to Cloudformation console and launch the following Cloudformation template from your ```<infra-automation-bucket-name>``` bucket.
146146

147147
```bash
148-
aws cloudformation create-stack --stack-name codebuild-custom --template-url https://s3-$region.amazonaws.com/$infra_bucket_name/codebuild-custom-container-ci.yaml --parameters ParameterKey=CodeCommitRepo,ParameterValue=codebuildcustomenv ParameterKey=ECRRepositoryName,ParameterValue=custombuild --capabilities CAPABILITY_IAM
148+
aws cloudformation create-stack --stack-name codebuild-custom --template-url \ https://s3-$region.amazonaws.com/$infra_bucket_name/codebuild-custom-container-ci.yaml \
149+
--parameters ParameterKey=CodeCommitRepo,ParameterValue=codebuildcustomenv \ ParameterKey=ECRRepositoryName,ParameterValue=custombuild \
150+
--capabilities CAPABILITY_IAM
149151

150152
```
151153

0 commit comments

Comments
 (0)