You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this gem with a railsless capistrano deployment routine and its working well, however because the capistrano recipes have multiple app servers (hence using capistrano in the first place) we get multiple deployment emails, one per server.
how can i go about configuring this so that it will only send one email per deployment ( i would also assume that if one server fails deployment the task is considered a fail - much like capistrano handles the failure already)
The text was updated successfully, but these errors were encountered:
An excellent question. As regards the failure a pull request I recently merged in should address that issue.
Regarding sending only one email per deployment to multiple servers, I am not sure. I will have to look into it.
I'm using this gem with a railsless capistrano deployment routine and its working well, however because the capistrano recipes have multiple app servers (hence using capistrano in the first place) we get multiple deployment emails, one per server.
how can i go about configuring this so that it will only send one email per deployment ( i would also assume that if one server fails deployment the task is considered a fail - much like capistrano handles the failure already)
The text was updated successfully, but these errors were encountered: