Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 806 Bytes

File metadata and controls

32 lines (20 loc) · 806 Bytes

Marvin the Paranoid Android

Our hubot.

Getting started

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 git@heroku.com:twinglybot.git

Environment variables

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

Deployment

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