Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 648 Bytes

Capistrano::Foreman

Foreman support for Capistrano v3

Installation

Add this line to your application's Gemfile:

# Gemfile
gem 'capistrano', '~> 3.0'
gem 'capistrano-foreman', github: 'RKushnir/capistrano-foreman'

And then execute:

$ bundle install

Usage

Require in Capfile to use the default task:

# Capfile
require 'capistrano/foreman'

And you should be good to go!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request