Skip to content

Commit 0abc6b8

Browse files
authored
Merge pull request #41 from aws-containers/tf-codepipeline-gif
adds animiated gif demo for tf-fargate-codepipeline
2 parents ec658b6 + 4202e7d commit 0abc6b8

File tree

2 files changed

+7
-1
lines changed
  • terraform/service-templates/tf-ecs-fargate-lb-service-cicd-codepipeline/v1

2 files changed

+7
-1
lines changed

terraform/service-templates/tf-ecs-fargate-lb-service-cicd-codepipeline/v1/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The idea with this template is that once you deploy it, it will setup a CodePipe
1010

1111
- build your code into a container image (requires a Dockerfile)
1212
- push your image to ECR
13-
- update your Proton service to deploy the image to the ECS service
13+
- optionally deploy the new image to whichever service instances you've configured
1414

1515
This template is compatible with the [tf-vpc-ecs-cluster](../../environment-templates/tf-vpc-ecs-cluster) template.
1616

@@ -29,6 +29,12 @@ make template bucket=my-bucket version=1
2929
![input](./input.png)
3030
![pipeline](./pipeline.png)
3131

32+
### Demo
33+
34+
Here's a quick demo of what this looks like.
35+
36+
![gif](./input.gif)
37+
3238

3339
## Security
3440

16.2 MB
Loading

0 commit comments

Comments
 (0)