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"