Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new addons should work automatically with other instances #163

Open
Floppy opened this issue Oct 11, 2016 · 7 comments
Open

Adding new addons should work automatically with other instances #163

Floppy opened this issue Oct 11, 2016 · 7 comments

Comments

@Floppy
Copy link
Contributor

Floppy commented Oct 11, 2016

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.

@pezholio
Copy link
Collaborator

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
Copy link
Collaborator

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?

@Floppy
Copy link
Contributor Author

Floppy commented Mar 27, 2017

@pezholio bothan-deploy does this now, right?

@pezholio
Copy link
Collaborator

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

@quadrophobiac
Copy link
Collaborator

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

@Floppy
Copy link
Contributor Author

Floppy commented Jul 26, 2017

It's low priority for sure.

@quadrophobiac
Copy link
Collaborator

PR #280 is wrangling with the same issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants