Automated deployment with Distillery and Edeliver

Starting from a Unbuntu server with Nginx installed and set up with Let's Encrypt HTTPS, we install Postgres, Elixir and Phoenix and then make an automated deployment system using Distillery and Edeliver, without needing Docker.

After setting everything up, deployment can be done entirely from your local machine and upgrades take only only a single command:

mix edeliver deploy release to production

Previously in this series


UPDATE: In the new version of Edeliver, don't add the 'set output_dir' line to your config at 17:42!

Back to index

No Comments