Hi! Hopefully a quick one... I am deploying a rails app that relies on a some local ENV vars on the target server. I know I can specify the env values in the cap script, but I don't want to do that as I want those values to reside on the server only (security reasons)
My ENV vars are defined within a profile.d script on the target server - and as they aren't getting picked up (first rake command within cap fails due to missing var). I am assuming the cap shell isn't kicking them. (Source is OSX ML - Target is Ubuntu 12.04 server) Anything I'm missing with this - or perhaps any ideas on a better way to define the server ENV vars such that the cap deploy process picks them up from the target server during deployment? Thanks!! Vic -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
