CI/CD using Docker + Github + AWS ECS

Опубликовано: 04 Октябрь 2024
на канале: Computing Power
11,318
337

In this video, we're going to setup CI/CD for a Docker project and ARM64 Architecture, using GitHub + GIthub Actions + AWS ECS

In the previous videos, we developed our AI Voice Assistant project, and deployed on AWS ECS. Now we're going to automate the deployment process for whenever we make changes to the project.
Our project consists in:
1. A backend app using Python and FastAPI
2. A frontend app using React and NextJS
both projects have a Cluster + service on AWS ECS


Project URL on Github: https://github.com/Mpcsj-Computing/ai...