#trying to deploy hot code swap demo

1 messages · Page 1 of 1 (latest)

untold sky
#

it seems to me that you are running on Erlang 21 in Gigalixir but you are locally compiling the code with a later Erlang version

#

So maybe it's something with the buildpack/docker (I don't know what Gigalixir uses)

untold sky
#

I guess you have a conflict with the Elixir mix release vs Distillery's old mix release

#

if you want to keep using Distillery you should bump its version to 2.1 and use mix distillery.release

#

since Elixir 1.9+ defines mix release itself

#

yeah that app is annoyingly before the big release/configuration changes in Elixir 1.9–1.11

#

if you have a new question you can open a new thread or write on some appropriate channel

#

unless it's related to this