Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/deployment_configuration/zero_downtime_deploys.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ This will:
Then it will do the same thing for `app-name-green`. This ensures the user
never experiences any downtime.

Note: If your application is being built by CircleCI (e.g. via a bash script) ensure that you're running `cf push` without any parameters, so that it will use the app names supplied in the manifest.

## Using a database

If your application requires a database, you will usually use the same database for the
Expand Down