cf-blue-green
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "cf-blue-green", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "zero-downtime deployment for Cloud Foundry applications", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -0,1 +1,3 @@ | ||
***Note: if your application's manifest is "complete", use [Autopilot](https://github.com/concourse/autopilot) instead. More info [below](#manifests), in [the Autopilot README](https://github.com/concourse/autopilot#warning), and in [this Issue](https://github.com/concourse/autopilot/issues/11).*** | ||
# Cloud Foundry blue-green deployment | ||
@@ -52,2 +54,15 @@ | ||
## Multiple domains | ||
The script fails on apps with multiple domains, because the domains in the manifest are in the form of a list: | ||
```yml | ||
domain: | ||
- 18f.gov | ||
- digitalgov.gov | ||
``` | ||
To work around this, use the env var `B_DOMAIN` for the domain you'd like the B instance to use. | ||
## Resources | ||
@@ -61,2 +76,1 @@ | ||
* https://github.com/dlapiduz/step-cloud-foundry-deploy/blob/master/run.sh | ||
* https://github.com/concourse/autopilot |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8337
75