porter-dev / porter-archive

Kubernetes powered PaaS that runs in your own cloud.
https://porter.run
Other
4.21k stars 237 forks source link

Allow Procfile to be directly selected (like Dockerfile) #647

Open jusrhee opened 3 years ago

jusrhee commented 3 years ago

Location

Motivation

Dockerfile can be directly selected when linking repo but Procfile can't be (highly unintuitive).

Requirements

Additional Details

sunguroku commented 3 years ago

This is actually not possible bc heroku buildpacks out of the box only detects a Procfile (no option to specify a custom path for a procfile)