Preparing a Phoenix 1.6 app for deployment with Elixir Releases
Updates
20211009 added "Migrations support" section
I'm going to prepare a Phoenix application for deployment.
Prerequisites
Ensure to have your Phoenix 1.6 app running locally.
Runtime configuration
When deploying to production is better to inject...
blog.miguelcoba.com5 min read
Geoff Langenderfer
dev
I assume you would use localhost as hostname if you copied this setup in prod. Is the next step to setup a reverse proxy like nginx to start accepting web requests?