We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e523b4 commit 46359e5Copy full SHA for 46359e5
README.md
@@ -87,9 +87,6 @@ branch_config:
87
serviceRoleArn: arn:aws:iam::1234567890:role/CodeDeployStagingRole
88
ec2TagFilters:
89
- { Type: KEY_AND_VALUE, Key: hostname, Value: phobos.stage }
90
- deploymentConfig:
91
- autoRollbackConfiguration:
92
- enabled: false
93
```
94
95
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