Commit be530f33 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'doc-add-cnb-launcher' into 'master'

Document the Cloud Native Buildpack launcher

See merge request gitlab-org/gitlab!39117
parents 6966a8fb 9dfd6d2f
......@@ -460,8 +460,9 @@ For example, in a Rails application in an image built with
Unless your repository contains a `Dockerfile`, your image is built with
Herokuish, and you must prefix commands run in these images with
`/bin/herokuish procfile exec` to replicate the environment where your application
will run.
`/bin/herokuish procfile exec` (for Herokuish) or `/cnb/lifecycle/launcher`
(for Cloud Native Buildpacks) to replicate the environment where your
application runs.
### Upgrade auto-deploy-app Chart
......@@ -622,6 +623,12 @@ For example, to start a Rails console from the application root directory, run:
/bin/herokuish procfile exec bin/rails c
```
When using Cloud Native Buildpacks, instead of `/bin/herokuish procfile exec`, use
```shell
/cnb/lifecycle/launcher $COMMAND
```
## Auto Monitoring
After your application deploys, Auto Monitoring helps you monitor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment