Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posted
17 April 2008 @ 8pm

Tagged
Open Source, Rails, Ruby

Discuss

CapGun Released! Super simple Capistrano deployment notifications

Tell everyone about your releases! Send email notification after Capistrano deployments! Rule the world!

Drop your ActionMailer configuration information into your deploy.rb file, configure recipients for the deployment notifications, and setup the callback task.

Setup and configuration are done entirely inside your deploy.rb file to keep it super simple. Your emails are sent locally from the box performing the deployment, but CapGun queries the server to grab the necessary release info.

This even includes the Net::SMTP TLS hack inside as a vendored dependancy to allow super easy email sending without setting up an MTA.

This is the “Rock n Roll McDonalds” release - 0.0.1.

INSTALL

  • sudo gem install cap_gun and gem unpack into your vendor/plugins
  • or just grab the tarball from github (see below)
  • see the readme and rdocs for more config notes

URLS


No Comments Yet


There are no comments yet. You could be the first!

Leave a Comment

history meme onwards… Testing Velocity Part 2 - Why do we test?