Our hubot.
After cloning this repo, add the Heroku remote which makes it easier to work with the heroku
command (brew install heroku
if you don't have it).
git remote add heroku [email protected]:twinglybot.git
Environment variables in use by the bot (heroku config
).
HEROKU_URL
HUBOT_GIPHY_API_KEY
HUBOT_HIPCHAT_JID
HUBOT_HIPCHAT_PASSWORD
HUBOT_PINGDOM_WEBHOOK_SECRET
HUBOT_PINGDOM_HIPCHAT_AUTH_TOKEN
HUBOT_PINGDOM_HIPCHAT_ROOM_TOKEN
REDISTOGO_URL
This app is auto-deployed to Heroku. Just push to the master
branch at GitHub to deploy:
git push
You can also deploy manually, just add Heroku as a remote:
git push heroku master