-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slack webhook integration for deploys #81
Comments
👍 - would be awesome to know when deploys go through successfully in Slack! |
👍 |
This would be really cool to have... 👍 |
Note: initial implementation will be just via |
Possible duplicate of #79 |
Any update on this? |
Nice feature...since I had to script a deployment for pushing from a travis build, I was able to do this with webhooks:
|
We'd also like to be able to add hooks for Slack notifications as well as notifying NewRelic of deployments. |
Currently a customer. Needed for a friend. On a similar note, @fancyremarker are there any other place where we could get deployment alerts out side of the Aptible Dashboard? |
Currently customer as well. We need slack integration. |
Currently customer as well. A Slack integration (notifications upon successful deploys) would be awesome. |
Is this or an |
Can be implemented two ways:
aptible hooks:add
(takes{ type: "slack" }
)Refs:
The text was updated successfully, but these errors were encountered: