How to skip/ignore down hosts #2883
Unanswered
barmar
asked this question in
Help needed
Replies: 1 comment 6 replies
-
Currently Deployer doesn’t have such ability. I think it’s better suited to be configured outside of Deployer. In v7 you can do something like this:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a dozen production hosts in our deploy.php, and sometimes some of them will be down. If we try to do a deployment during this time, it will fail and abort everything. Is there a way to have Deployer ignore these servers and complete the deployment to the working servers? And then when they've recovered, get them caught up?
I guess we could do it by listing the machines to deploy to by hand on the command line, rather than the stage that includes all of them. But is there something more automatic?
We're currently using version 6.8.0, so if the solution requires upgrading to 7.x let me know.
Beta Was this translation helpful? Give feedback.
All reactions