Clarify output
This commit is contained in:
@@ -37,7 +37,7 @@ namespace :mrsk do
|
|||||||
|
|
||||||
desc "Display information about app containers"
|
desc "Display information about app containers"
|
||||||
task :info do
|
task :info do
|
||||||
on(MRSK_CONFIG.servers) { |host| puts "Host: #{host}\n" + capture(app.info) + "\n\n" }
|
on(MRSK_CONFIG.servers) { |host| puts "App Host: #{host}\n" + capture(app.info) + "\n\n" }
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Remove app containers and images from servers"
|
desc "Remove app containers and images from servers"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ namespace :mrsk do
|
|||||||
|
|
||||||
desc "Display information about Traefik containers"
|
desc "Display information about Traefik containers"
|
||||||
task :info do
|
task :info do
|
||||||
on(MRSK_CONFIG.servers) { |host| puts "Host: #{host}\n" + capture(traefik.info) + "\n\n" }
|
on(MRSK_CONFIG.servers) { |host| puts "Traefik Host: #{host}\n" + capture(traefik.info) + "\n\n" }
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Remove Traefik container and image from servers"
|
desc "Remove Traefik container and image from servers"
|
||||||
|
|||||||
Reference in New Issue
Block a user