capistrano-elobuff 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
data/elobuff_capistrano.gemspec
CHANGED
@@ -19,7 +19,7 @@ Capistrano::Configuration.instance.load do
|
|
19
19
|
end
|
20
20
|
|
21
21
|
desc "Watch the idleworker files with tail"
|
22
|
-
task :
|
22
|
+
task :idleworker, roles: :idleworker, on_no_matching_servers: :continue do
|
23
23
|
run "tail -f -q #{current_path}/log/idleworker*.log"
|
24
24
|
end
|
25
25
|
|