Notes
Adds new attributes to convox.yml
to allow for manual control of deployment minimum/maximum percent:
services:
web:
deployment:
minimum: 50
maximum: 100
Pull Requests
#3368 add manual control over deployments
Adds new attributes to convox.yml
to allow for manual control of deployment minimum/maximum percent:
services:
web:
deployment:
minimum: 50
maximum: 100
#3368 add manual control over deployments