Skip to content

Commit 46359e5

Browse files
authored
Simplify example by removing a configuration setting that is not absolutely necessary
1 parent 8e523b4 commit 46359e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ branch_config:
8787
serviceRoleArn: arn:aws:iam::1234567890:role/CodeDeployStagingRole
8888
ec2TagFilters:
8989
- { Type: KEY_AND_VALUE, Key: hostname, Value: phobos.stage }
90-
deploymentConfig:
91-
autoRollbackConfiguration:
92-
enabled: false
9390
```
9491

9592
The purpose of the `branch_config` section is to tell the action how to configure CodeDeploy Deployment Groups and Deployments, based on the

0 commit comments

Comments
 (0)