...

/

Introduction to Coordinating Deployments

Introduction to Coordinating Deployments

Get to know some of the challenges Elixir's early adopters face with deployment.

A common story we’ve heard from Elixir newcomers is that deployment was particularly challenging. If we’re going to successfully adopt any new language, we need to be able to get that beautiful, powerful code onto production servers, but that’s not enough. WE need to do so reliably, without downtime, and with the ability to gracefully recover, should things go wrong.

A

...