Skip to content

Commit

Permalink
add release config
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogirona committed May 11, 2024
1 parent c109a95 commit 23d581c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ defmodule LoLAnalytics.Umbrella.MixProject do
version: "0.1.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
aliases: aliases()
aliases: aliases(),
releases: [
prod: [
applications: [
scrapper: :permanent,
lol_analytics: :permanent,
lol_analytics_web: :permanent,
storage: :permanent,
lol_api: :permanent
]
]
]
]
end

Expand Down

0 comments on commit 23d581c

Please sign in to comment.