Support other deployment strategies for CF Push
Gourab1998 opened this issue · 2 comments
Gourab1998 commented
It would be great to have deployment strategies like blue-green and rolling in CF push to avoid interruption
sneal commented
That would be a nice addition. I personally don't have a reason to implement this yet, but perhaps you would want to take a stab at a PR?
Gourab1998 commented
What are your thoughts about making all the optional fields in manifest.go pointers instead of concrete types?
True, every field would then need a separate setter or pointer assignment, let me know your thoughts on this.