Signup Now for Heroku AppLink and Eventing Pilots!
2 days ago by Zilin Zhou
Developers love Heroku for its elegance and simplicity, but integrating Heroku applications with Salesforce has historically been a complex and time-consuming process. To address this, we’ve... Read More
by Upright-us-archive
GitHub Readme.md
Add this buildpack to your Heroku app buildpacks :
$ heroku buildpacks:add https://github.com/cantino/heroku-selectable-procfile
Specify your custom Procfile path in the environment variables :
$ heroku config:add PROCFILE_PATH=Procfile.custom
Copy the snippet above into CLI.