You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to push a project but Ii always fails like this:
Installing dependencies using Composer
Fetching composer.phar http://getcomposer.org/composer.phar
/usr/local/bin/erb:117:in set_encoding': No such file or directory - /tmp/build_2gktwszkwau5l/app/config/parameters_prod.yml.erb (Errno::ENOENT) from /usr/local/bin/erb:117:inrun'
from /usr/local/bin/erb:154:in `
'
Any ideas?
The text was updated successfully, but these errors were encountered:
Sorry for delay, I really need to find a time to write a fully bootstrap template app and instructions for it.
Deployment process requires the existence of app/config/parameters.yml in symfony sites repo file where environment variables are configured( see more here ). If it does not exist - the deployment script seeks for app/config/parameters_prod.yml.erb and evaluates it to parameters.yml.
Perhaps there is an error in this part of code but I need to look more on it on a days.
Feel free to create a fixing pull request If you want, I'll review it.
In our heroku production installation we have the following parametrs_prod.yml.erb
Hi,
I am trying to push a project but Ii always fails like this:
Installing dependencies using Composer
'Fetching composer.phar
http://getcomposer.org/composer.phar
/usr/local/bin/erb:117:in
set_encoding': No such file or directory - /tmp/build_2gktwszkwau5l/app/config/parameters_prod.yml.erb (Errno::ENOENT) from /usr/local/bin/erb:117:in
run'from /usr/local/bin/erb:154:in `
Any ideas?
The text was updated successfully, but these errors were encountered: