CHH / heroku-buildpack-php

A more advanced PHP buildpack for Heroku, inspired by the Node.js buildpack
MIT License
265 stars 155 forks source link

why don't use the SYMFONY_ENV here, if set? #164

Closed OskarStark closed 5 years ago

OskarStark commented 10 years ago

https://github.com/CHH/heroku-buildpack-php/blob/bb1667220c43f16321e95cec4c61f8152b633c73/frameworks/symfony2#L42

i think this is very hard to use prod here in my use case, i want to deploy my stageenvironment

what do you say?

DracoBlue commented 10 years ago

+1 for $_ENV["SYMFONY_ENV"] support.

dkeller85 commented 10 years ago

+1

ghost commented 10 years ago

:+1:

eddiejaoude commented 10 years ago

:+1:

OskarStark commented 7 years ago

any news on this?