https://github.com/gesteves/heroku-ifttt
https://github.com/gesteves/heroku-ifttt
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gesteves/heroku-ifttt
- Owner: gesteves
- Created: 2015-07-16T22:40:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T15:11:54.000Z (over 10 years ago)
- Last Synced: 2025-03-05T04:21:30.255Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku-IFTTT deploy hook
Use IFTTT as a Heroku deploy hook.
## Installation
First, go to the [Maker channel](https://ifttt.com/maker) on IFTTT and connect it.
Then, push this button [](https://heroku.com/deploy) to create a new Heroku app.
Finally, go to any other Heroku app for which you wish to notify IFTTT when they're deployed, and add an HTTP deploy hook pointing to `https://[URL]/ifttt/[your Maker secret key]`, where `[URL]` is the URL of the Heroku app you just created, and your Maker key is the one you can get from the [Maker channel](https://ifttt.com/maker), like so:
```shell
heroku addons:add deployhooks:http --url=https://your-ifttt-heroku-app.herokuapp.com/ifttt/abc_123_whatever
```
IFTTT will get notified whenever the app is deployed, which you can use as a trigger when setting up IFTTT recipes. When creating a new recipe, use `heroku_deploy` as the event name. `value1` is the notification text and `value2` is the URL of the app; you can use these values in the action channel, like this:
