From d4210b66d09d01e03a52a7e33b334ef1e4556eb6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 8 Jan 2023 15:13:28 +0100 Subject: [PATCH] Language --- lib/tasks/mrsk/app.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tasks/mrsk/app.rake b/lib/tasks/mrsk/app.rake index 3745c5fa..73e77e91 100644 --- a/lib/tasks/mrsk/app.rake +++ b/lib/tasks/mrsk/app.rake @@ -4,10 +4,10 @@ app = Mrsk::Commands::App.new(MRSK_CONFIG) namespace :mrsk do namespace :app do - desc "Deliver a newly built app image to the servers" + desc "Deliver a newly built app image to servers" task deliver: %i[ push pull ] - desc "Build locally and push app image to the registry" + desc "Build locally and push app image to registry" task :push do run_locally { execute app.push } unless ENV["VERSION"] end