For example in:
task :restart, :roles => :app, :except => { :no_release => true } do
end
|
For example in:
|
|||
|
|
|
Looking at the handbook, it appears that you can pass the So, I'm guessing that when a task specifies
...
In the above example, the restart operation should not run on the web server. Again, this is not tested... just going by my observations. |
|||
|
|