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

Capistrano 3 integration with Figaro

Results 3 capistrano-figaro issues
Sort by recently updated
recently updated
newest added

There is a [low severity vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2017-8418) in in the currently used version of RuboCop, which is fixed by using the latest version. Updating RuboCop is a good opportunity to update...

enhancement

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,...

enhancement

Updates figaro:load task so that figaro also loads environment specific variables

enhancement