Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.11 KB

Capistrano::Swallow

An opinionated meta-gem that adds plugins to Capistrano

Installation

Add this line to your application's Gemfile:

gem 'capistrano-swallow', :require => false

Add this line to your Capistrano's Capfile before load 'config/deploy':

require 'capistrano-swallow'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-swallow

Capistrano Configuration

Usage

The first thing that you should do after installing is list out all of the new goodies that you've got. You can do this with $ cap -T

Capistrano Plugins

Authors