bothan icon indicating copy to clipboard operation
bothan copied to clipboard

Adding new addons should work automatically with other instances

Open Floppy opened this issue 9 years ago • 7 comments

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.

Floppy avatar Oct 11 '16 12:10 Floppy

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

pezholio avatar Oct 11 '16 12:10 pezholio

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 avatar Oct 11 '16 12:10 pezholio

@pezholio bothan-deploy does this now, right?

Floppy avatar Mar 27 '17 09:03 Floppy

Not yet, but it's unlikely Bothan is going to evolve any more to need any new addons anyway

pezholio avatar Mar 27 '17 14:03 pezholio

@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?

quadrophobiac avatar Jul 25 '17 13:07 quadrophobiac

It's low priority for sure.

Floppy avatar Jul 26 '17 08:07 Floppy

PR https://github.com/theodi/bothan/pull/280 is wrangling with the same issues

quadrophobiac avatar Aug 24 '17 15:08 quadrophobiac