capistrano-figaro icon indicating copy to clipboard operation
capistrano-figaro copied to clipboard

README update ?

Open benbonnet opened this issue 8 years ago • 0 comments

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 ?

benbonnet avatar Jul 09 '16 09:07 benbonnet