From 0720c255cad0de5d9a29d40dcc32f85121ed52a1 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 23 May 2021 18:48:44 +0200 Subject: [PATCH] Remove useless call to config.prod.secret.exs Signed-off-by: Thomas Citharel --- config/prod.exs | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/prod.exs b/config/prod.exs index 198148c1b..382d36559 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -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