How to create a Continuous Deployment process using ECS Fargate Docker Travis

Jose Castelli
The Startup
Published in
7 min readAug 8, 2018

--

Introduction

We are sharing this article to help your team adopt a continuous deployment process so you can iterate on product faster, and push site updates seamlessly.

Here is a brief overview of how the development process works:

  • You push a commit on a Github branch
  • Travis is triggered based on this commit and will start building docker image based on your GitHub Dockerfile

--

--