In the previous post (part1) I tried to use docker-compose doing build and test in AzureDevOps. The app is a hello world web site written in elixir and phoenix.
The goal is to create a continuous deployment pipeline to deploy our web app to an app service in azure by using releases in elixir and a docker image.
My todo list is to create and config these services:
First thing first, we need a container registry. It will be…
Elixir is a new player in the market, and the tooling is not as comprehensive as the others like C# and Java. When I started learning Elixir, I had some questions like:
The immediate answer was to have a VM on Azure, but that's not an affordable solution. Fortunately, nowadays the main problem is solved by using docker for development and deployment. In this post, I will share a simple solution to using AzureDevOps for the CI part of the…