Skip to content

Deploy to heroku

Eugenio Romano edited this page May 24, 2016 · 4 revisions

Getting Started

  1. Create a new bot integration
  2. Choose between One-Click Heroku or Manual Heroku
  • One-Click Heroku Click this button:

    [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
    
  • Manual Heroku

    • Install Heroku toolbelt
    • Create a new bot integration (as above)
    • heroku create
    • heroku config:set TOKEN_SLACK=[Your Slack bot integration token (obtainable at https://my.slack.com/services/new/bot)]
    • heroku config:set TOKEN_GITHUB=[Your Git hub private token bot integration token (obtainable at https://github.com/settings/tokens) scope needed repo and user]
    • heroku config:set TOKEN_TRAVIS=[Your Travis token (obtainable at https://travis-ci.org/profile/{your_username})]
    • git push heroku master
  1. Have fun Once the bot is running see the documentation for the Command list
Clone this wiki locally