How to deploy Phoeinx application using AWS CodeBuild, CodeDeploy and CodePipeline
In this post, we will see how we deploy the Phoenix application using AWS CodeBuild, CodeDeploy, and CodePipeline Steps Create a Phoenix app to deploy$ mix phx.new memories $ cd memories $ mix ecto.