chouandy / capistrano-figaro-yml

MIT License
32 stars 6 forks source link

Capistrano::FigaroYml

Capistrano tasks for handling figaro application.yml when deploying Rails 4+ apps.

Install

Add this to Gemfile:

group :development do
  gem 'capistrano', '~> 3.3.0'
  gem 'capistrano-figaro-yml', '~> 1.0.2'
end

And then:

$ bundle install

Setup and usage

You can now proceed with other deployment tasks.

What if a new config is added to figaro file?

How it works

When you execute $ bundle exec cap production setup:

On deployment:

Configuration

None.

More Capistrano automation?

Check out capistrano-plugins github org.

License

MIT