Although Rails has the following answer, it can certainly be applied to any infrastructure.
:
Default types for buildpack -> console, rake, web, worker
( git push, Heroku)
( - ) , buildpacks . :
$ heroku buildpacks --app myapp
=== myapp Buildpack URLs
1. heroku/ruby
2. https://github.com/some/buildpack.git
heroku/ruby, . , buildpack , heroku/ruby. , , buildpack . buildpacks:remove buildpacks:add --index:
$ heroku buildpacks:remove https:
$ heroku buildpacks:add --index 1 https:
$ heroku buildpacks --app myapp
=== myapp Buildpack URLs
1. https:
2. heroku/ruby
git push, web worker.