Setting Up Continuous Integration with CircleCI

Previously I showed you how to deploy a NodeJS app in Fargate. In this post I’ll explain how to set up continuous integration with CircleCI. Why I Wanted to do This In my previous post I set up a NodeJS app in Fargate, but each time I wanted to make a change to the live …