Merge branch 'docs/autodevops-buildpacks' into 'master'

Correct wrong buildpacks filename

See merge request gitlab-org/gitlab-ce!18336
This commit is contained in:
Achilleas Pipinellis 2018-04-12 19:37:59 +00:00
commit 3354523d09
1 changed files with 3 additions and 3 deletions

View File

@ -383,12 +383,12 @@ into your project to enable staging and canary deployments, and more.
### Custom buildpacks ### Custom buildpacks
If the automatic buildpack detection fails for your project, or if you want to If the automatic buildpack detection fails for your project, or if you want to
use a custom buildpack, you can override the buildpack using a project variable use a custom buildpack, you can override the buildpack(s) using a project variable
or a `.buildpack` file in your project: or a `.buildpacks` file in your project:
- **Project variable** - Create a project variable `BUILDPACK_URL` with the URL - **Project variable** - Create a project variable `BUILDPACK_URL` with the URL
of the buildpack to use. of the buildpack to use.
- **`.buildpack` file** - Add a file in your project's repo called `.buildpack` - **`.buildpacks` file** - Add a file in your project's repo called `.buildpacks`
and add the URL of the buildpack to use on a line in the file. If you want to and add the URL of the buildpack to use on a line in the file. If you want to
use multiple buildpacks, you can enter them in, one on each line. use multiple buildpacks, you can enter them in, one on each line.