capistrano-rbenv icon indicating copy to clipboard operation
capistrano-rbenv copied to clipboard

capistrano-rbenv runs command on each server irrespective of hosts/roles filters

Open shishirsharma opened this issue 10 years ago • 0 comments

My configuration has more then 200 servers. I run deploy on with role/hosts filters. But rbenv is trying to connect on each server. If a role is filtered out rbenv should not try to connect a server at all.

it is running "/usr/bin/env [ ! -d /home/.rbenv/versions/2.0.0-p247 ] " on each server.

https://github.com/capistrano/capistrano/issues/795 https://github.com/forward3d/cap-ec2/issues/14

shishirsharma avatar Mar 26 '14 06:03 shishirsharma