Is there anyway to deploy server wise instead of steps?

I would like to deploy all steps to one sever then move on to next one instead of doing one step to all servers.

example : 3 servers (A, B and C)

3 steps
Step1
Step2
Step3

When I select environment where we have 3 servers to deploy, it should deploy server by server. Server A should complete all steps before moving to Server B.

Hi,

It sounds like a rolling deployment with a step that has your 3 steps as child steps would do the trick here, see our docs on how to get it all setup.

I hope that helps!

Thank you and best regards,
Henrik