Chapter 4. Deploying Heroku Applications

In the previous chapter, we learned about building Heroku applications. Specifically, we explored how the build process works, how the underlying Buildpack system enables the correct runtime to build your app, and finally, how configuration parameters, also called config vars, play an important role in your app's execution semantics.

Now, we will take the next logical step and understand the deployment phase of Heroku application's development life cycle.

In this chapter, among other things, we will look at the following:

  • Understanding Heroku's deployment requirements
  • Gaining familiarity with the Git-distributed version control used extensively with Heroku source code management
  • Deploying your app to Heroku ...

Get Heroku Cloud Application Development 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.