Figaro2eb
Generates a shell script from Figaro's application.yml to set environment variables on an Elastic Beanstalk instance.
Installation
Add this line to your application's Gemfile:
gem 'figaro2eb'
And then execute:
$ bundle
Or install it yourself as:
$ gem install figaro2eb
Usage
Install the gem
gem install figaro2ebGo to your Rails app's root directory
cd /path/to/applicationRun it!
figaro2eb target_rails_env target_eb_env
Contributing
- Fork it ( https://github.com/[my-github-username]/figaro2eb/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request