Re: [capistrano-mailing-list] Limiting tasks via ROLES environment varables

2014-02-22 Thread Donovan Bray
look at using hostfilter instead http://stackoverflow.com/questions/429816/how-to-deploy-to-a-single-specific-server-using-capistrano On Sat, Feb 22, 2014 at 2:30 AM, Carlos Peñas wrote: > Hi > > In capistrano 2.15 I'm getting some trouble limiting task execution, > using ROLES environment var

[capistrano-mailing-list] Limiting tasks via ROLES environment varables

2014-02-22 Thread Carlos Peñas
Hi In capistrano 2.15 I'm getting some trouble limiting task execution, using ROLES environment variables if I use ROLES=role and call a task which have some "after" hooks, the tasks indicated by these hooks are called regardless the roles indicated in the task. For example in this example cap f