Deploying with Mix

Learn how to deploy your application with mix.

Some basic mix commands

The emergence of deployment tools within Git and Elixir’s basic tooling makes it pretty simple to stand up a dead-simple deployment strategy for a single machine. The easiest way to run an Elixir application in production is by fetching or pushing the source code to our servers and calling this command:

Get hands-on with 1200+ tech skills courses.