Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSlack webhook integration for deploys #81
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dleve123
Jan 7, 2015
Contributor
|
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ozan
commented
Jan 8, 2015
|
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jasonriddle
commented
Jan 24, 2015
|
This would be really cool to have... |
fancyremarker
added
the
ready
label
Feb 24, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
fancyremarker
Feb 24, 2015
Member
Note: initial implementation will be just via after_release block in .aptible.yml. Details coming soon...
|
Note: initial implementation will be just via |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Possible duplicate of #79 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rianrainey
commented
Aug 14, 2015
|
Any update on this? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
whabib
Aug 27, 2015
Nice feature...since I had to script a deployment for pushing from a travis build, I was able to do this with webhooks:
git push --force aptible master
if [ $? -eq 0 ]
then
curl -X POST --data-urlencode "payload={\"text\": \"Deployed master branch to $APTIBLE_STAGE_ENV\"}" https://hooks.slack.com/services/<tokens they give you>
else
curl -X POST --data-urlencode "payload={\"text\": \"Failed deploy to $APTIBLE_STAGE_ENV! What happened, dude?\"}" https://hooks.slack.com/services/<tokens they give you>
fi
whabib
commented
Aug 27, 2015
|
Nice feature...since I had to script a deployment for pushing from a travis build, I was able to do this with webhooks:
|
fancyremarker
changed the title from
Slack webhook integration
to
Slack webhook integration for deploys
Sep 28, 2015
wcpines
added
on deck
and removed
ready
labels
Sep 30, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
santry
Mar 28, 2016
We'd also like to be able to add hooks for Slack notifications as well as notifying NewRelic of deployments.
santry
commented
Mar 28, 2016
|
We'd also like to be able to add hooks for Slack notifications as well as notifying NewRelic of deployments. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
henrystewart
Mar 7, 2017
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?
henrystewart
commented
Mar 7, 2017
•
|
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? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rafaelmezzomo
commented
Mar 19, 2017
|
Currently customer as well. We need slack integration. |
fancyremarker commentedJan 7, 2015
Can be implemented two ways:
aptible hooks:add(takes{ type: "slack" })Refs: