Reputation: 12092
How can i manage deployment in multiple machines in different environments?. i.e Online based deployment tool for rails.
Upvotes: 1
Views: 245
Reputation: 10564
You can use capistrano and an online code repository such as github to deploy from a remote repository using git or svn. I'd say this is what pretty much every rails developer does.
http://help.github.com/deploy-with-capistrano/
Upvotes: 2