Skip to content

Commit ac88b0b

Browse files
authored
Merge pull request #3427 from travis-ci/Heading-Update-v2
Heading update v2
2 parents 7d1827c + ef0c934 commit ac88b0b

28 files changed

+102
-101
lines changed

user/deployment-v2/conditional.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If *all* conditions specified in the `on` section are met, your build will deplo
2121

2222
The following conditions are available:
2323

24-
### Repo
24+
## Repo
2525

2626
To deploy only when the build occurs on a particular repository, add `repo` in the form `owner_name/repo_name`:
2727

@@ -34,7 +34,7 @@ deploy:
3434
```
3535
{: data-file=".travis.yml"}
3636

37-
### Branch
37+
## Branch
3838

3939
By default, deployments will only happen on the `master` branch. You can overwrite this by using the `branch` and `all_branches` options.
4040

@@ -60,7 +60,7 @@ deploy:
6060
```
6161
{: data-file=".travis.yml"}
6262

63-
### Condition
63+
## Condition
6464

6565
You can specify a single Bash `condition` that needs to evaluate to `true` in
6666
order for the deployment to happen.
@@ -78,7 +78,7 @@ deploy:
7878
```
7979
{: data-file=".travis.yml"}
8080

81-
### Tag
81+
## Tag
8282

8383
You can specify whether or not to deploy on tag builds using the option `tags`.
8484
If set to to `true` the deployment will only happen on tag builds, if set to
@@ -104,7 +104,7 @@ build when it was initiated.
104104
Setting `tags` to `true` causes the `branch` condition to be ignored, otherwise
105105
`$TRAVIS_TAG` is ignored, and the `branch` condition is considered.
106106

107-
### Examples for conditional deployments
107+
## Examples for conditional deployments
108108

109109
This deploys using a custom script `deploy.sh`, only for builds on the branches
110110
`staging` and `production`.

user/deployment-v2/custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ machine by adding a custom [`after_success`](/user/customizing-the-build/) step.
1010
You may choose the [Script provider](/user/deployment/script/) instead, as it
1111
provides conditional deployment.
1212

13-
### SFTP
13+
## SFTP
1414

1515
```yaml
1616
env:
@@ -33,7 +33,7 @@ The env variables `SFTP_USER` and `SFTP_PASSWORD` can also be
3333
See [curl(1)](http://curl.haxx.se/docs/manpage.html) for more details on how to
3434
use cURL as an SFTP client.
3535

36-
###
36+
##
3737

3838
This should also work with services you can deploy to via git.
3939

user/deployment-v2/providers/azure-web-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ after a successful build.
1010

1111
{% include deploy/providers/azure_web_apps.md %}
1212

13-
## Fetching Deployment Progress and Logs
13+
## Fetch Deployment Progress and Logs
1414

1515
The Azure Web App provider can print Azure's deployment progress to your Travis
1616
log using the `verbose` option.
@@ -26,7 +26,7 @@ deploy:
2626
```
2727
{: data-file=".travis.yml"}
2828
29-
## Note on .gitignore
29+
## The .gitignore method
3030
3131
As this deployment strategy relies on Git, be mindful that the deployment will
3232
honor `.gitignore`.
@@ -35,12 +35,12 @@ If your `.gitignore` file matches something that your build creates, use
3535
[`before_deploy`](#running-commands-before-and-after-deploy) to change
3636
its content.
3737

38-
## Deploying to slots
38+
## Deploy to slots
3939

4040
You might need to deploy multiple branches to different slots. You can set
4141
multiple providers to deploy to specific slots. The following configuration
4242
would deploy the `master` branch to the `myapp-staging` slot and the `develop`
43-
branch to the `myapp-develop` slot. In order to use slots you'll need to [set
43+
branch to the `myapp-develop` slot. In order to use slots, you'll need to [set
4444
up staging environments for web apps in Azure App
4545
Service](https://azure.microsoft.com/en-us/documentation/articles/web-sites-staged-publishing/).
4646

user/deployment-v2/providers/bintray.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ after a successful build.
1010

1111
{% include deploy/providers/bintray.md %}
1212

13-
## Descriptor file
13+
## Descriptor File
1414

1515
The descriptor is in JSON file format in three sections:
1616

@@ -66,12 +66,12 @@ The descriptor is in JSON file format in three sections:
6666

6767
### Package Section
6868

69-
Bintray package information. The following information is mandatory on open source projects:
69+
Bintray package information. The following information is mandatory for open-source projects:
7070

71-
- `name` is the Bintray package name
72-
- `repo` is the Bintray repository name
73-
- `subject` is the Bintray subject, which is either a user or an organization
74-
- `vcs_url` is the Bintray version control system url, such as a github repository url
71+
- `name` is the Bintray package name.
72+
- `repo` is the Bintray repository name.
73+
- `subject` is the Bintray subject, which is either a user or an organization.
74+
- `vcs_url` is the Bintray version control system URL, such as a GitHub repository URL.
7575
- `licenses` is the [Bintray licences](https://bintray.com/docs/api/#_licenses){: data-proofer-ignore=""}, which is a list with at least one item.
7676

7777
### Version Section
@@ -80,7 +80,7 @@ Package version information. In case the version already exists on Bintray, only
8080

8181
### Files Section
8282

83-
Configure the files you would like to upload to Bintray and their upload path.
83+
Configure the files you want to upload to Bintray and their upload path.
8484

8585
You can define one or more groups of patterns. Each group contains three patterns:
8686

@@ -132,7 +132,7 @@ matrixParams as part of the files closure as shown in the following example:
132132
]
133133
```
134134

135-
### Overwriting Existing Files
135+
### Overwrite Existing Files
136136

137137
If an artifact by a given name already exists in the Bintray repository, then
138138
by default it is not overwritten. If you want to replace the existing file,

user/deployment-v2/providers/boxfuse.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Finally you can also configure Boxfuse by placing a `boxfuse.conf` file in the
3030
root of your repository. More info about configuration in the
3131
[Boxfuse Command-line Client documentation](https://boxfuse.com/docs/commandline/).
3232

33-
### Specifying the app and image version
33+
### Specify the App and image version
3434

35-
By default Boxfuse will detect the app and the version automatically from the
35+
By default, Boxfuse will detect the app and the version automatically from the
3636
name of your payload file.
3737

3838
You can override this using the following:
@@ -49,9 +49,9 @@ You can also use Travis CI [environment variables](/user/environment-variables/)
4949
like `TRAVIS_BUILD_NUMBER` to assign a version to the image, e.g.
5050
`image: "myapp:$TRAVIS_BUILD_NUMBER"`.
5151
52-
### Specifying the environment
52+
### Specify the Environment
5353
54-
By default Boxfuse will deploy to your `test` environment.
54+
By default, Boxfuse will deploy to your `test` environment.
5555

5656
You can override this using the following:
5757

@@ -63,7 +63,7 @@ deploy:
6363
```
6464
{: data-file=".travis.yml"}
6565

66-
### Specifying a configuration file
66+
### Specify a configuration file
6767

6868
You can also fully configure Boxfuse by placing a `boxfuse.conf` file in the
6969
root of your repository. You can specify an alternative configuration file like
@@ -77,7 +77,7 @@ deploy:
7777
```
7878
{: data-file=".travis.yml"}
7979

80-
### Specifying custom arguments
80+
### Specify custom arguments
8181

8282
If the [Boxfuse Client](https://boxfuse.com/docs/commandline) functionality you
8383
need is not included here, you can pass additional arguments to the Boxfuse
@@ -90,7 +90,7 @@ deploy:
9090
```
9191
{: data-file=".travis.yml"}
9292

93-
### Further information
93+
### Further Information
9494

9595
Go to the [Boxfuse website](https://boxfuse.com) to learn more about Boxfuse
9696
and how to configure it.

user/deployment-v2/providers/cloudfiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Travis CI can automatically upload your build to [Rackspace Cloud Files](https:/
99

1010
{% include deploy/providers/cloudfiles.md %}
1111

12-
## Specifying files to upload
12+
## Specify Upload Files
1313

1414
Often, you don't want to upload your entire project to Cloud Files.
1515

@@ -35,7 +35,7 @@ deploy:
3535
```
3636
{: data-file=".travis.yml"}
3737

38-
## Deploying to multiple regions or containers:
38+
## Deploy to multiple regions or containers
3939

4040
If you want to upload to multiple regions or containers, you can do this:
4141

user/deployment-v2/providers/codedeploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ of your application is inferred from the file extension of `key` set in your
5757
If your `.travis.yml` contains both, and they do not match, set `bundle_type`
5858
explicitly to the correct value.
5959

60-
## Specifying the AWS region
60+
## Specify the AWS region
6161

6262
You can explicitly specify the AWS region to deploy to with the `region` option:
6363

user/deployment-v2/providers/datica.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ provider: datica
88
Travis CI can automatically deploy to [Datica](https://datica.com) after
99
a successful build.
1010

11-
In order to setup a deployment you need to:
11+
In order to set up a deployment, you need to:
1212

1313
### Find your Git remote
1414

@@ -61,7 +61,7 @@ before_deploy: echo "[git.catalyzeapps.com]:2222 ecdsa-sha2-nistp256 BBBB12abZmK
6161
```
6262
{: data-file=".travis.yml"}
6363
64-
### Specifying a directory to deploy
64+
### Specify a directory to deploy
6565
6666
To only deploy the `build` directory, for example, set `path`:
6767

user/deployment-v2/providers/elasticbeanstalk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ after a successful build.
1010

1111
{% include deploy/providers/elasticbeanstalk.md %}
1212

13-
## Creating an application without deploying it
13+
## Create an Application without deploying it
1414

1515
To create an application without deploying it, simply exclude the `env` option and this will only upload the app version without deploying it to a new environment.
1616

17-
## Controlling which files are included in the ZIP archive
17+
## Control which files to include in the ZIP archive
1818

1919
You can control which files are included in the ZIP archive you upload with
2020
`.ebignore` and `.gitignore`, as described in the [AWS CLI documentation](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html).

user/deployment-v2/providers/engineyard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Travis CI can automatically deploy your [Engine Yard](https://www.engineyard.com
1313

1414
{% include deploy/providers/engineyard.md content=content %}
1515

16-
### Application or Environment to deploy
16+
## Application or Environment to deploy
1717

1818
By default, the application name will be inferred from your repository name.
1919

@@ -27,7 +27,7 @@ deploy:
2727
```
2828
{: data-file=".travis.yml"}
2929
30-
### Deploying branches to different apps or environments
30+
## Deploy branches to different apps or environments
3131
3232
In order to choose apps or environments based on the current branch use
3333
separate deploy configurations:
@@ -64,7 +64,7 @@ deploy:
6464
```
6565
{: data-file=".travis.yml"}
6666
67-
### Running migrations
67+
## Run migrations
6868
6969
You can trigger migrations by using the migrate option:
7070

0 commit comments

Comments
 (0)