Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guillaume-gomez/heroku-slack-deployment
- Owner: guillaume-gomez
- Created: 2018-10-18T21:40:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T00:18:43.000Z (about 6 years ago)
- Last Synced: 2024-10-30T10:47:56.101Z (3 months ago)
- Topics: heroku, ruby, sinatra
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)