set :application, "pottsauction.com" set :repository, "git@github.com:jgilstrap/pottsauction.git" # If you aren't deploying to /u/apps/#{application} on the target # servers (which is the default), you can specify the actual location # via the :deploy_to variable: set :deploy_to, "/var/www/#{application}" # If you aren't using Subversion to manage your source code, specify # your SCM below: set :scm, :git set :branch, "origin/master" set :deploy_via, :remote_cache set :port, 6500 role :app, "m3" role :web, "m3" role :db, "m3", :primary => true set :runner,'mongrel'