Hey guys,
So I have this rolling deploy process that targets multiple machines at a time (window size of 10 or more)
We’d like to have this manual confirm step to proceed with starting our application’s healthcheck.
However, what I have found is the following -
occurs for every target in the deployment. This results in a lot of clicking…
Is anyone able to think of a way to achieve what we are after? i.e. ability to perform a rolling deployment to many servers in parallel with a manual confirm step that only occurs once for each window of machines?
Many thanks!