From a7ebc774c7e5168f102bfd72850bdca33149581a Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 22 Mar 2017 09:15:42 +1100 Subject: [PATCH] docs(zero-downtime-deploys) --- docs/deployment_configuration/zero_downtime_deploys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deployment_configuration/zero_downtime_deploys.md b/docs/deployment_configuration/zero_downtime_deploys.md index ddbf8ca..da60c51 100644 --- a/docs/deployment_configuration/zero_downtime_deploys.md +++ b/docs/deployment_configuration/zero_downtime_deploys.md @@ -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