깃허브 액션에서 제공하는 ECS용 스크립트 aws.yml을 활용하여 CD를 적용하였다.# This workflow will build and push a new container image to Amazon ECR,# and then will deploy a new task definition to Amazon ECS, when there is a push to the "develop" branch.## To use this workflow, you will need to complete the following set-up steps:## 1. Create an ECR repository to store your images.# For example: `aws ecr create-repositor..