DEV Community

Discussion on: Blue/Green Node.js Deploys with NGINX

Collapse
 
justincy profile image
Justin • Edited

Thank you. That's helpful. I particularly like your idea about how to get rid of the random port generation. That would remove the need for cleaning up the old code (because I would only ever have two copies of it on the machine, instead of up to 1,000) and would open the path to quick rollbacks.

Collapse
 
jwkicklighter profile image
Jordan Kicklighter

That's a great point about the quick rollbacks. It would make the blue/green nature even better.