Skip to content

Commit

Permalink
rename runtime.exs to releases.exs
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Feb 10, 2023
1 parent b719146 commit c4ea6d2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule Plural.MixProject do
strip_beams: true,
quiet: false,
config_providers: [
{Config.Reader, {:system, "RELEASE_ROOT", "apps/core/config/runtime.exs"}},
{Config.Reader, {:system, "RELEASE_ROOT", "apps/core/config/releases.exs"}},
],
steps: [:assemble, &copy_configs/1],
applications: [
Expand All @@ -72,7 +72,7 @@ defmodule Plural.MixProject do
strip_beams: true,
quiet: false,
config_providers: [
{Config.Reader, {:system, "RELEASE_ROOT", "apps/rtc/config/runtime.exs"}},
{Config.Reader, {:system, "RELEASE_ROOT", "apps/rtc/config/releases.exs"}},
],
steps: [:assemble, &copy_configs/1],
applications: [
Expand All @@ -87,7 +87,7 @@ defmodule Plural.MixProject do
strip_beams: true,
quiet: false,
config_providers: [
{Config.Reader, {:system, "RELEASE_ROOT", "apps/worker/config/runtime.exs"}},
{Config.Reader, {:system, "RELEASE_ROOT", "apps/worker/config/releases.exs"}},
],
steps: [:assemble, &copy_configs/1],
applications: [
Expand All @@ -101,7 +101,7 @@ defmodule Plural.MixProject do
strip_beams: true,
quiet: false,
config_providers: [
{Config.Reader, {:system, "RELEASE_ROOT", "apps/cron/config/runtime.exs"}},
{Config.Reader, {:system, "RELEASE_ROOT", "apps/cron/config/releases.exs"}},
],
steps: [:assemble, &copy_configs/1],
applications: [
Expand Down

0 comments on commit c4ea6d2

Please sign in to comment.