You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I created a new ohana-web-search-demo app on my Heroku account
I pushed the code to this new app with git push heroku master
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.
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?
Could Heroku-GitHub integration make the installation process easier?
https://devcenter.heroku.com/articles/github-integration
The text was updated successfully, but these errors were encountered: