Remove useless call to config.prod.secret.exs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
27928ce8ef
commit
0720c255ca
@ -43,9 +43,6 @@ cond do
|
|||||||
File.exists?("./config/#{System.get_env("INSTANCE_CONFIG")}") ->
|
File.exists?("./config/#{System.get_env("INSTANCE_CONFIG")}") ->
|
||||||
import_config System.get_env("INSTANCE_CONFIG")
|
import_config System.get_env("INSTANCE_CONFIG")
|
||||||
|
|
||||||
File.exists?("./config/prod.secret.exs") ->
|
|
||||||
import_config "prod.secret.exs"
|
|
||||||
|
|
||||||
true ->
|
true ->
|
||||||
:ok
|
:ok
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user