Wrapping Up
Let's highlight the main content of this section.
We'll cover the following...
Deploying applications
There are many different ways to deploy an Elixir application. We can customize the deployment process to our or our company’s specific needs and still be successful. One constant in the deployment process is that code needs to be packaged and executed. We can start simple with mix
commands to run our application, but we get more features using releases
...