Use Mix.Shell.IO helpers to print msgs to the terminal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user