-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Heroku Compatibility #84
Comments
Found a possible work around https://github.com/finnlabs/rails_config-env_source Giving it a shot and if works, submit a PR to merge |
I have confirmed using this and the specified format of environment variables will allow the deployment to Heroku work properly, would be nice to have this as part of this gem |
Great work! Any chance of submitting a PR? :) |
@cjlarose do you think it makes sense to add any of this to our source code? |
I'll take a look. It's an old issue, so this might already be fixed, but we can at least improve our docs with recommendations. |
I use the suggested guide to setup usage of env variables on Heroku
https://github.com/railsconfig/rails_config#working-with-heroku
I have my env variables on Heroku as following:
I noticed that when it tries to run rake task, it would complain env variables not found, and doing some digging, I discovered those are not valid env variables and Rails would not pick them up properly.
I have pushed those env variables using the rake task provided
bundle exec rake rails_config:heroku
Is this a valid bug or the expected behaviour? If its not a bug, what's the approach I should be taking.
Thanks in advance.
The text was updated successfully, but these errors were encountered: