Tag archive for ‘Dreamhost’
Capistrano deploy script for Dreamhost
I use the following Capistrano script to manage deployment of my blog to Dreamhost. It is a modified version of the deploy script provided on the Radiant CMS wiki, and it addresses two bugs involving the svn username and password.
To use it, capify your working rails directory and then replace /config/deploy.rb with the code [...]