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
set :slackistrano, {
klass: Slackistrano::CustomMessaging,
channel: '#channel',
webhook: 'https://webhook-url
}
I have a need where I want to get notifications of deployments on two different slack workspaces. I could write a rake task to notify other workspace and use it in cap deploy.
What if we add a feature to support array of such configs as mentioned below:
@Abhichede Curious to know more about your use case. No good reason other than I'm simply curious about why you need it to post to multiple workspaces...
@Abhichede Curious to know more about your use case. No good reason other than I'm simply curious about why you need it to post to multiple workspaces...
We have feature teams from different organisations, and the feature branches could be deployed to different environments. multiple teams needs to get the notifications on the deployment. That is the only reason we need more than one web hooks to be added in slackistrano.
slackistrano currently accepts a hash as below
I have a need where I want to get notifications of deployments on two different slack workspaces. I could write a rake task to notify other workspace and use it in cap deploy.
What if we add a feature to support array of such configs as mentioned below:
would be great if this feature supports array of configs or single Hash as a config.
The text was updated successfully, but these errors were encountered: