Use Mix.Shell.IO helpers to print msgs to the terminal

This commit is contained in:
Claudio Ortolina
2024-12-01 15:31:51 +00:00
parent 53d2082ad0
commit 46b912709d
4 changed files with 8 additions and 8 deletions
@@ -11,7 +11,7 @@ defmodule Mix.Tasks.MusicLibrary.Prod.DbMigrate do
@impl Mix.Task
def run(_args) do
IO.puts("Running migrations on production database")
Mix.Shell.IO.info("Running migrations on production database")
fly_ssh("bin/migrate")
end