Skip to content

Instantly share code, notes, and snippets.

View laiwei's full-sized avatar
🎯
Focusing

Vicla laiwei

🎯
Focusing
View GitHub Profile
# vmc update is great for test and development, however it stops your old app and stages and starts the new one,
# resulting in dropped requests.
# If you want to update an application without dropping user requests, see below.
# NOTE: This change assumes your application can share services, etc with the new version.
# Assume my app is named foo
vmc push foo-v2 --url foov2.cloudfoundry.com