Hey there,
I always get the following password dialog when deploying an application
* executing `rvm:create_gemset'
* executing "sg rvm -c \"/usr/local/rvm/bin/rvm ruby-1.9.3 do rvm gemset
create history\""
servers: ["pioneer.example.com"]
[pioneer.example.com] executing command
** [out :: pioneer.example.com] Password:
I think it might be caused by an update of rvm-capistrano.
I've got this in the config:
set :rvm_type, :system
set :rake, "rake"
set :stages, %w(staging development production)
set :default_stage, "staging"
set :keep_releases, 3
set :scm, :none
set :repository, "."
set :user, 'deployer'
set :deploy_to, "/home/deployer/#{application}"
set :deploy_via, :copy
set :copy_exclude, [".svn", ".git"]
set :use_sudo, false
set :rvm_install_with_sudo, true
I thought the rvm_install_with_sudo option might solve it, but it didn't help.
Can anyone tell me how to get rid of this? The user has sudo, but I have no
idea how to specify this so it uses sudo ...
Thanks a lot,
Christoph
--
--
* You received this message because you are subscribed to the Google Groups
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/capistrano?hl=en
---
You received this message because you are subscribed to the Google Groups
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.