Creation Date: : 2013/10/10
Revisions:
- 2013/10/10: A by Stephane Jourdan
- Source documentation: Deploying Hubot to Heroku
- Hall adapter: GitHub Hubot-Hall
You need to have a working heroku setup (see Deploying Hubot to Heroku for more information).
heroku config:add HUBOT_HALL_EMAIL="" heroku config:add HEROKU_URL= heroku config:add HUBOT_HALL_PASSWORD=""
There's an official catalog of hubot scripts - GitHub repo
- Add it to
hubot-scripts.json
and its dependencies topackage.json
. - Push it to your heroku remote:
git add . git commit -m "my commit message" git push heroku master
You may want to get comfortable with heroku logs
and heroku restart
if you're having issues.