0.0
No commit activity in last 3 years
No release in over 3 years
A collection of capistrano tasks frequently used at Crush + Lovely.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

crushserver

A collection of Capistrano tasks we use at Crush + Lovely as part of our deployment routine.

Usage

Add require 'crushserver/recipes' to the top of your deploy.rb.

Ideally, you should be deploying via Bundler to ensure your gem dependencies are correct. We typically have a deploy group in our Gemfile that looks like this:

group :deploy do
  gem 'capistrano', '2.9.0'
  gem 'capistrano-ext'
  gem 'crushserver', '1.0.0'
end

If you want to take advantage of the built-in HipChat deploy notifications, you'll need a .crushserver.yml in your home folder with the appropriate configuration variables.