g5cap - making it easier to reuse our deployment recipes

Install:

gem install g5cap

Usage:

require 'g5cap' 
cap -T

Currently, there are recipes for new relic deployment tagging, unicorn, and campfire messaging. See lib/g5cap.rb for more information. If you find a recipe missing or would like to add a new one git clone [email protected]:g5search/g5cap.git, bundle install, and go to town.

Where the f%*! are the tests?

Good question. I haven’t figured out a super simple way to setup a test environment for these recipes. My only answer atm is to test your changes on staging manually. Tim realizes this sucks and will be working on a solution for this.