Adding new addons should work automatically with other instances
If my instance is auto-deploying from github, adding a new addon (i.e. pusher) should automatically happen. Not sure if Heroku supports this, but perhaps there is a configuration thing we can fix.
Yeah, I don't think it does - see http://stackoverflow.com/a/38753156/452684
That said, could we add this as a post deploy task? Like running heroku addons:create pusher:free, but whether this would work on the actual Heroku instance itself I don't know
Or maybe we've reached the limit of what we can do using app.json, and we should switch to using the Heroku Platform API?
@pezholio bothan-deploy does this now, right?
Not yet, but it's unlikely Bothan is going to evolve any more to need any new addons anyway
@pezholio could we close this ticket per your observation that current Bothan is not going to need any new addons - and withhold the question of whether its possible or not to some future subsequent iteration of bothan that necessitates its consideration?
It's low priority for sure.
PR https://github.com/theodi/bothan/pull/280 is wrangling with the same issues