Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
Tom Scott edited this page Oct 23, 2012 · 3 revisions

Rain

Rain is a deployment engine that leverages Git and Capistrano to deploy a Rails app to several servers at once. Designed for multiple environments, Rain deploys to a staging server first for optional "smoke testing" and tags the revision, then deploys that same tag to the production server. It is a safe, yet simple way of deploying your Rails app anywhere.

To understand a bit more about how Rain works, check out [How we Deploy][How-We-Deploy].

Clone this wiki locally