Is it possible to run a Buildbot instance on Heroku? Say I have a git repository with two top level directories: "config" holds configurations for master and slave nodes, and "custom" holds some custom build steps, status handlers, etc. I'd like to be able to make changes to the configuration/add new steps, commit to git, and then do a git push to Heroku. Is it possible?
Asked
Active
Viewed 276 times