ddollar / foreman

Manage Procfile-based applications
http://ddollar.github.com/foreman
MIT License
6.03k stars 631 forks source link

Sourcing variables from .profile no longer works #559

Closed bilts closed 8 years ago

bilts commented 9 years ago

It looks like c442d7c broke the ability to supply an environment in .profile.

Relatedly, data/example/ticker relies on sourcing files in .profile.d/, which has not worked for quite some time.

Heroku still allows vars to be specified in .profile.d/* and buildpacks (including the ruby buildpack) populate it. It would be nice to be able to use foreman to run the output of a build with the correct environment.

ddollar commented 8 years ago

Duplicate of #561