Skip to content
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

Open
fancyremarker opened this issue Jan 7, 2015 · 12 comments
Open

Slack webhook integration for deploys #81

fancyremarker opened this issue Jan 7, 2015 · 12 comments
Labels

Comments

@fancyremarker
Copy link
Member

Can be implemented two ways:

  • account level (probably better, as I'm thinking about it now), stored in the API and configured via aptible hooks:add (takes { type: "slack" })
  • app level (can be configured via ENV in this case), a bit dirty

Refs:

@dleve123
Copy link
Contributor

dleve123 commented Jan 7, 2015

👍 - would be awesome to know when deploys go through successfully in Slack!

@ozan
Copy link

ozan commented Jan 8, 2015

👍

@jasonriddle
Copy link

This would be really cool to have... 👍

@fancyremarker
Copy link
Member Author

Note: initial implementation will be just via after_release block in .aptible.yml. Details coming soon...

@fancyremarker
Copy link
Member Author

Possible duplicate of #79

@rianrainey
Copy link

Any update on this?

@whabib
Copy link

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:

  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

@fancyremarker fancyremarker changed the title Slack webhook integration Slack webhook integration for deploys Sep 28, 2015
@wcpines wcpines added on deck and removed ready labels Sep 30, 2015
@santry
Copy link

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.

@henrystewart
Copy link

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?

@rafaelmezzomo
Copy link

Currently customer as well. We need slack integration.

@cawel
Copy link

cawel commented Nov 16, 2020

Currently customer as well. A Slack integration (notifications upon successful deploys) would be awesome.

@richardschris
Copy link

Is this or an after_release hook in the .aptible.yml file on the Aptible roadmap? Looking to monitor our deploys via automation...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests