Boot stop all the old containers
This commit is contained in:
@@ -37,9 +37,6 @@ class Mrsk::Cli::Main < Mrsk::Cli::Base
|
||||
say "Ensure app can pass healthcheck...", :magenta
|
||||
invoke "mrsk:cli:healthcheck:perform", [], invoke_options
|
||||
|
||||
say "Stop old containers...", :magenta
|
||||
invoke "mrsk:cli:app:stop", [], invoke_options.merge({ "only_old" => true })
|
||||
|
||||
invoke "mrsk:cli:app:boot", [], invoke_options
|
||||
|
||||
say "Prune old containers and images...", :magenta
|
||||
@@ -68,9 +65,6 @@ class Mrsk::Cli::Main < Mrsk::Cli::Base
|
||||
say "Ensure app can pass healthcheck...", :magenta
|
||||
invoke "mrsk:cli:healthcheck:perform", [], invoke_options
|
||||
|
||||
say "Stop old containers...", :magenta
|
||||
invoke "mrsk:cli:app:stop", [], invoke_options.merge({ "only_old" => true })
|
||||
|
||||
invoke "mrsk:cli:app:boot", [], invoke_options
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user