Project

deployable

0.0
No commit activity in last 3 years
No release in over 3 years
This library contains commonly used capistrano tasks, a couple of default recipes and example configurations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.13.0
 Project Readme

Deployable: A collection of handy capistrano tasks and recipes

Homepage: http://github.com/digitpaint/deployable
Git: git@github.com:digitpaint/deployable.git
Author: Digitpaint
License: MIT license

Synopsis

After years of copying our deploy script from one application to another it was time to consolidate all these variants into one authoritive source for all our deploy (and capistrano) related tasks. This library contains commonly used capistrano tasks, a couple of default recipes and example configurations.

Usage

  1. Add the deployable gem to your gemfile:

     group :development do
       gem "deployable", :require => false
     end
    
  2. Config your deploy script (see the examples/config directory for some inspiration)

Source

deployable's git repo is available on GitHub, which can be browsed at:

http://github.com/digitpaint/deployable

and cloned from:

git://github.com/digitpaint/deployable.git

Copyright

Deployable © 2012 by Digitpaint. Licensed under the MIT license. Please see the {file:LICENSE} for more information.