We'll use GitHub Actions/ Jenkins to automate the build and deployment process. The pipeline will:
- Build the Docker images on every push to the main branch.
- Push the images to AWS ECR (Elastic Container Registry).
- Update the ECS service to use the new image.
We'll use GitHub Actions/ Jenkins to automate the build and deployment process. The pipeline will: