This commit is contained in:
David Heinemeier Hansson
2023-02-18 12:10:42 +01:00
parent 4fe7fb705a
commit 854795c2b6

View File

@@ -29,7 +29,7 @@ class Mrsk::Cli::Main < Mrsk::Cli::Base
invoke "mrsk:cli:prune:all" invoke "mrsk:cli:prune:all"
end end
audit_broadcast "Deployed in #{runtime.to_i} seconds" audit_broadcast "Deployed app in #{runtime.to_i} seconds"
end end
desc "redeploy", "Deploy new version of the app to servers (without bootstrapping servers, starting Traefik, pruning, and registry login)" desc "redeploy", "Deploy new version of the app to servers (without bootstrapping servers, starting Traefik, pruning, and registry login)"
@@ -41,7 +41,7 @@ class Mrsk::Cli::Main < Mrsk::Cli::Base
invoke "mrsk:cli:app:boot" invoke "mrsk:cli:app:boot"
end end
audit_broadcast "Redeployed in #{runtime.to_i} seconds" audit_broadcast "Redeployed app in #{runtime.to_i} seconds"
end end
desc "rollback [VERSION]", "Rollback the app to VERSION" desc "rollback [VERSION]", "Rollback the app to VERSION"
@@ -56,7 +56,7 @@ class Mrsk::Cli::Main < Mrsk::Cli::Base
execute *MRSK.app.start execute *MRSK.app.start
end end
audit_broadcast "Rolled back to version #{version}" audit_broadcast "Rolled back app to version #{version}"
end end
desc "details", "Display details about Traefik and app containers" desc "details", "Display details about Traefik and app containers"