capistrano-figaro
capistrano-figaro copied to clipboard
README update ?
Just to notify in case some changes happened over time in capistrano;
I only managed to have working, wrapping it within default_env
:
set :default_env, {
'pg_password' => Figaro.env.pg_password,
...
}
Just having set :pg_password, Figaro.env.pg_password
was not okay
Maybe I did some wrong somewhere and that seems obvious here ?