Hi Guys.
I have deployed a rails app on ubuntu using the on-click-install droplet, everything is working correctly except for some environment variables that are not been read by my app.
I have defined these variables on /etc/environment as follow:
export S3_BUCKET=mybucket
export S3_KEY=HJKD....
export S3_SECRET=+iSJKL.....
After defined those variable I did the source /etc/environment, I also have restarted the droplet but in my app those variables are NIL.
ENV['S3_BUCKET'] === nil
Any help would be appreciate.
Regards
These answers are provided by our Community. If you find them useful, show some love by clicking the heart.
If you run into issues leave a comment, or add your own answer to help others.
×
And for puma? Where i put env variable?
https://codelit.com/blog/using-env-rails-heroku-capistrano
that link doesn’t work
I have the same problem with APPDATABASEPASSWORD, in a new dropplet/app with Ruby on Rails, created with “One click image..”
and yes, it is in /etc/default/unicorn file. Any Ideas?
Thanks