Learn how to deploy an Elixir Phoenix app to Heroku and set up Semaphore to continuously deploy each time tests pass on the master branch.
Learn how to deploy an Elixir Phoenix app to Heroku and set up Semaphore to continuously deploy each time tests pass on the master branch.
This tutorial was initially published on DailyDrip. Read the original post here. Introduction Whatβs the point of writing tests if you arenβt going to ensure theyβre always passing? Itβs important to set up a continuous integration service very early in a project. In this tutorial, you will learn how to set up continuous integration for [β¦]