mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -43,9 +43,6 @@ cond do
|
|||
File.exists?("./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 ->
|
||||
:ok
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue