Move db_pull task under prod namespace
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
defmodule Mix.Tasks.MusicLibrary.DbPull do
|
defmodule Mix.Tasks.MusicLibrary.Prod.DbPull do
|
||||||
use Mix.Task
|
use Mix.Task
|
||||||
@shortdoc "Pulls the latest database from the production server"
|
@shortdoc "Pulls the latest database from the production server"
|
||||||
@moduledoc """
|
@moduledoc """
|
||||||
Reference in New Issue
Block a user