Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
june29 committed Apr 17, 2015
1 parent 9e78b87 commit 43d06dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -14,3 +14,14 @@ The 29hours works with pluggable Matcher, Notifier, and Linker.
- BoxcarNotifier, ImkayacNotifier, PushoverNotifier, IdobataNotifier
- Linker
- HttpLinker, TwitterLinker, TweetbotLinker

### ♰ Restarting dyno on Heroku ♰

You can restart dyno on Heroku with following commands.

```
$ heroku config:set HEROKU_API_TOKEN=xxx HEROKU_APP_NAME=yyy
$ bundle exec rake heroku:restart
```

If you want to restart periodically to refresh process, you can use [Heroku Scheduler](https://elements.heroku.com/addons/scheduler "Heroku Scheduler - Add-ons - Heroku Elements") and so on.

0 comments on commit 43d06dd

Please sign in to comment.