Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guillaume-gomez/heroku-slack-deployment

A slack bot to tell when the code is deployed
https://github.com/guillaume-gomez/heroku-slack-deployment

heroku ruby sinatra

Last synced: about 1 month ago
JSON representation

A slack bot to tell when the code is deployed

Awesome Lists containing this project

README

        

# heroku-slack-deployment
A slack bot to tell when the code (on heroku) is deployed.

### Configuration

- First, enable build webhook from heroku app you want to know more about
- Then, enable wehbook from slack
- To finish, fill thoses constants

```
SLACK_TOKEN
SLACK_WEBHOOK_URL
```

That's it :)