Is that the entire contents of your deploy.rb?

For some reason, it is picking up your local username (bmichelin) instead of using scm_username.

- Jamis

On Oct 15, 2007, at 1:53 PM, Bolo wrote:


Same thing

always bmichelin and not b.michelin

pc-mq-dsi3:~/Documents/Coding-Dev/partenaires bmichelin$ cap deploy
  * executing `deploy'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
[EMAIL PROTECTED]'s password:

maybe my recipe is wrong
?

set :scm_username , "b.michelin"
###################################################################### ######################

set :application, "partenaires"
set :repository,  "svn+ssh://192.168.1.30/var/lib/svn/#{application}/"
set :deploy_to, "/var/www/apps/#{application}"


role :app, "lamp2"
role :web, "lamp2"
role :db,  "lamp2", :primary => true


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to capistrano- [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/ group/capistrano
-~----------~----~----~----~------~----~------~--~---


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to