MyFunnyDev

web, coding and beyond

stage deployment with capistrano and passenger

without comments

I’m still looking around for a stage deployment setup with Capistrano.
Here are few ideas/links I found useful.

Update:
It turned out this is pretty simple with the capistrano-ext gem:

http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage

set :default_stage, "development"
set :stages, %w(production testing development)
require 'capistrano/ext/multistage'

Written by MichaƂ Kuklis

March 14th, 2009 at 3:20 pm

Posted in Ruby

Tagged with ,

Leave a Reply