Skip to content

Instantly share code, notes, and snippets.

@emileswarts
Created July 24, 2013 09:14
Show Gist options
  • Save emileswarts/6069115 to your computer and use it in GitHub Desktop.
Save emileswarts/6069115 to your computer and use it in GitHub Desktop.
Cloud Foundry VMC blue green
vmc instances project-blue 3
vmc map project-blue www.project.com
vmc map project-blue project.com
vmc unmap project-green www.project.com
vmc unmap project-green project.com
vmc stop project-background-green
vmc start project-background-blue
vmc instances project-green 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment