Open adborden opened 3 years ago
https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html
The latest cf cli (which is maybe beta at the moment) supports cf push --strategy rolling and we no longer have to use the zero-downtime-push plugin.
cf push --strategy rolling
https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html
The latest cf cli (which is maybe beta at the moment) supports
cf push --strategy rolling
and we no longer have to use the zero-downtime-push plugin.