Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cf-blue-green

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-blue-green - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc