Give feedback on what happened

This commit is contained in:
David Heinemeier Hansson
2023-01-11 17:35:53 +01:00
parent 5e214cde3c
commit 5324fbe3d0

View File

@@ -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"