getProcfileExample
Get an example Procfile to define app processes, including guidance on placing one-off tasks like migrations in .aptible.yml.
Instructions
Gets an example Procfile for defining app processes. Keep in mind that 1-off tasks like running migrations are better suited for processes run via .aptible.yml, and do not belong in the Procfile.
The finalized Procfile file should be located in /.aptible/Procfile in the build Docker image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |