How can I compile and build a Phoenix application locally so that I can upload a compiled one to a server?

Why do you want to build a release without using Distillery? Using Distillery to build locally and copying the resultant tar to the server seems to be what you’re after in your original post. I use a simple bash script (after having read the intro docs that @jwarlander mentions).

1 Like