lttkgp / R2-D2

Facebook connector for C-3PO
MIT License
7 stars 4 forks source link

Setup GitHub actions to automate deployment to ECS #2

Closed ghostwriternr closed 3 years ago

ghostwriternr commented 3 years ago

This involves:

  1. Running a GitHub action on every push to master to build the latest Docker image
  2. Push the new image to ECR
  3. Update the ECS task definition to use the latest image
  4. Ensure the new definition gets deployed to the cluster
ghostwriternr commented 3 years ago

Closed in #13