Export foreman config to eye (https://github.com/kostya/eye).
Add this line to your application's Gemfile:
gem 'foreman-export-eye'
And then execute:
$ bundle
Or install it yourself as:
$ gem install foreman-export-eye
We have the following export command in capistrano:
bundle exec foreman export eye #{eye_path} -a #{application} -t #{latest_release}/config -l #{shared_path}/log -u #{user} -e #{latest_release}/app_env
- Fork it ( http://github.com//foreman-export-eye/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 new Pull Request