DEV Community

Discussion on: Deploying Elixir (1 of 3): Building Releases With Mix

Collapse
 
ryanlabouve profile image
Ryan LaBouve

Great article! I am getting errors with use Mix.Tasks.Utils not being found. Are you sure this is correct?

Collapse
 
jonlunsford profile image
Jon Lunsford

Thanks for the read! Apologies for the late response. Yeah, I had meant to call out that module, It's custom, but appears like it should exist by default. I created that here: github.com/jonlunsford/webhook_pro...

Hope that helps as well!

Collapse
 
ryanlabouve profile image
Ryan LaBouve

I ended up getting these values from

Enum.find(Mix.Project.config(), fn({key, _value}) -> key == :version end)
Enum.find(Mix.Project.config(), fn({key, _value}) -> key == :app end)