Boilerplate template for Phoenix app on Heroku

It’s not much, but I got tired of doing 15 mundane steps to get deployed into heroku every time I want to use Phoenix for a side project… so I decided to make a project template with a script that auto-renames / deploys the app for you in under 3 minutes (assuming you have heroku installed and authed already)

It’s definitely somewhat opinionated at the moment with regards to the setup script always adding live view + ecto, as well as the fact that it only works for heroku, but wanted to optimize for speed in getting deployed.

Let me know if it works for you!

3 Likes