Connecting to the GitHub repository

Personally, I prefer to deploy my applications to Heroku by connecting to the projects using the GitHub repository. There are two possible approaches related to this deployment method: manual and automatic. You can choose either by navigating to the Deploy tab on the application's details panel and then connect it to the specified GitHub repository, as you can see in the following screenshot. If you click the Deploy Branch button, the building of and the deployment to Heroku would immediately start on the given Git branchAlternatively, you can also enable automatic deploys on the chosen branch by clicking Enable Automatic Deploys. Additionally, you can configure Heroku to wait for a Continuous Integration ...

Get Mastering Spring Cloud now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.