Production and Staging with Capistrano

Sunday, August 31st, 2008

For the benefit of googlers, should you happen to be wanting to use the very good Capistrano to deploy your project, and want to switch between staging or pre-production and live or production environments, the best way to handle the switch is using the Multistage facility in capistrano-ext.
It’s basically just ‘gem install capistrano-ext’, then at [...]