pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

Ignore Faulty nodes while deployment #157

Open kashp opened 5 years ago

kashp commented 5 years ago

How can we ignore fault nodes of the list and continue deployment on working nodes.

connecting to clients failed: connecting to remote host failed: Connect("ABC@abc.com:22"): dial tcp X.X.X.X:22: connect: no route to host

sup fails even if there is a single faulty node.

VojtechVitek commented 5 years ago

There's some discussion at #152