-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue on loading an ENV variables in *.yml files #269
Comments
You need to put your ENV in .bashrc file. .bash_profile is not loaded as mina is using non-interactive shell. seed here: http://stackoverflow.com/a/216204/1339894 |
@d4be4st i put my ENV variables in .bashrc file. Still same error. |
@peterprabu we just had the same problem.
if yes then you need to put your exports before that line |
@d4be4st Keeping my exports on top of this line works!
Thanks. |
Mina is not able to load environment variables which are in *.yml files while deploying.
Please refer this for detail: http://stackoverflow.com/questions/28215274/rails-mina-not-able-to-load-environment-variables-in-database-yml-file?noredirect=1#comment44798939_28215274
The text was updated successfully, but these errors were encountered: