I am getting pretty good at this posting code bit :)
set :application, "softballsmart"
set :domain, "pointytack.com"
set :user, "chrisolsen"
set :svn, "/svn-repos/#{application}/trunk"
set :repository, "svn+ssh://[EMAIL PROTECTED]"
set :rails_env, "production"
#
=============================================================================
# ROLES
#
=============================================================================
# You can define any number of roles, each of which contains any
number of
# machines. Roles might include such things as :web, or :app, or :db,
defining
# what the purpose of each machine is. You can also specify options
that can
# be used to single out a specific subset of boxes in a particular
role, like
# :primary => true.
role :web, domain
role :app, domain
role :db, domain, :primary => true
#
=============================================================================
# OPTIONAL VARIABLES
#
=============================================================================
set :deploy_to, "/var/www/apps/softballsmart/"
#
=============================================================================
# SSH OPTIONS
#
=============================================================================
ssh_options[:keys] = %w(/Users/chrisolsen/.ssh/id_dsa)
ssh_options[:port] = 22
On Sep 5, 10:47 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote:
> Can you share the full contents of your deploy.rb? Looks like maybe
> you have set the :svn variable to something odd, perhaps?
>
> - Jamis
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---