CI/CD with Phoenix, GitHub Actions, and Gigalixir (opens in new tab)
From Mitchell Hanberg's Blog: I like to start my side projects by immediately configuring them with a CI pipeline and automatic deployments. I normally go with Heroku, but Heroku has some drawbacks when deploying Elixir applications. Luckily, another PaaS solution exists and is designed specifically for Elixir, Note: This article will assume that you already know how to install Elixir/Erlang and will reference tools like Create a new Phoenix project Our first step is to create a new Phoenix a...
Read the original article