Skip to content

Commit 2be3b67

Browse files
authored
Update codedeploy.md
1 parent 2f0d005 commit 2be3b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user/deployment/codedeploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ For a minimal configuration with GitHub, add the following to your `.travis.yml`
9898
deployment_group: "The Deployment group associated with the codedeploy application"
9999
region: "Region in which your ec2 instance is."
100100
```
101-
Please note that region should match the instance region on which codedeploy is configured.
102-
103101
{: data-file=".travis.yml"}
104102

103+
Please note that `region` should match the instance region on which codedeploy is configured.
104+
105105
### Waiting for Deployments
106106

107107
By default, the build will continue immediately after triggering a CodeDeploy deploy. To wait for the deploy to complete, use the **wait-until-deployed** option:

0 commit comments

Comments
 (0)