From 5324fbe3d0ac620bb8e04c0531aed10779895a45 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jan 2023 17:35:53 +0100 Subject: [PATCH] Give feedback on what happened --- lib/tasks/mrsk/mrsk.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/mrsk/mrsk.rake b/lib/tasks/mrsk/mrsk.rake index 55e3d222..573d0eb0 100644 --- a/lib/tasks/mrsk/mrsk.rake +++ b/lib/tasks/mrsk/mrsk.rake @@ -19,6 +19,7 @@ namespace :mrsk do FileUtils.cp_r \ Pathname.new(File.expand_path("templates/deploy.yml", __dir__)), Rails.root.join("config/deploy.yml") + info "Created configuration file in config/deploy.yml" end desc "Remove Traefik, app, and registry session from servers"