mozilla / testdaybot

Mozilla QA Test Day IRC Bot
9 stars 12 forks source link

Prepare for move to Heroku #90

Closed davehunt closed 6 years ago

davehunt commented 6 years ago

Once this is merged I can transfer ownership of the Heroku app to the mozillacorporation team. Then we probably just need to add owners of the app so they can configure it and start/stop it as needed.

/cc @rvandermeulen @stuartphilp

davehunt commented 6 years ago

I would have loved more fine-grained commits.

This really isn't that big a change. All I've changed is the way the bot is configured so that it can be controlled via Heroku, added a Procfile for Heroku, and removed node_modules. I suppose removing the node_modules could have been done separately.