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
- capistrano-rbenv
- capistrano-shared_file
- capistrano-lazy-assets
- capistrano-deploytags
- capistrano-deployinfo
- capistrano-logs