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

Heroku-GitHub integration #855

Open
JordanLyons opened this issue Mar 20, 2017 · 1 comment
Open

Heroku-GitHub integration #855

JordanLyons opened this issue Mar 20, 2017 · 1 comment

Comments

@JordanLyons
Copy link

Could Heroku-GitHub integration make the installation process easier?

https://devcenter.heroku.com/articles/github-integration

@monfresh
Copy link
Member

monfresh commented Mar 21, 2017

Hi Jordan. That integration you linked to is for deploying the app to Heroku once it has already been installed. You would have to turn on the integration yourself in your own Heroku account with your own GitHub repo.

As an example, here is how this works with this repo and the demo site at https://ohana-web-search-demo.herokuapp.com/:

  1. I have this repo installed locally on my machine
  2. I created a new ohana-web-search-demo app on my Heroku account
  3. I pushed the code to this new app with git push heroku master
  4. I then went to the Heroku web site, and clicked on the ohana-web-search-demo app, and turned on GitHub integration and enabled automatic deploys of the master branch and checked the "Wait for CI to pass before a deploy" checkbox.
  5. This means that every time I merge a pull request into master on GitHub, Heroku automatically updates the demo site with the new code.

As for the installation process itself, what do you find hard about it? I'm always looking for ways to make it easier. Which parts specifically do you think can be easier?

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

No branches or pull requests

2 participants