Heroku uses a Unix-style process model for web, worker and all other types of commands.| devcenter.heroku.com
How to store configuration of a Heroku app in the environment, keeping config out of code, making it easy to maintain app or deployment specific configs.| devcenter.heroku.com
An overview of buildpacks, which are responsible for transforming deployed code into an executable bundle which can be executed on a dyno| devcenter.heroku.com
A Procfile is a list of process types in an app. Each process type declares a command that is executed when a dyno of that process type is started.| devcenter.heroku.com
Creating and managing a Heroku application in a specific geographic region.| devcenter.heroku.com
Slugs are compressed and pre-packaged copies of an application, optimized for distribution by the Heroku dyno manager. Minimize slug size with .slugignore| devcenter.heroku.com