Github Actions를 이용한 ECR, ECS 배포 자동화하기 (2)
이전 글에서는 ECR, ECS, Github Actions에 대해서 설명했습니다. 이번에는 실제 코드를 확인하면서 GitHub Actions를 활용한 CI/CD 파이프라인을 알아보겠습니다.CI/CD 파이프라인에서는 AWS CodeBuild를 이용해 소스 코드 테스트를 진행하고, 이후 ECR, ECS를 활용해 배포할 예정입니다.참고한 문서는 아래 링크에서 확인할 수 있습니다. Create a CI/CD pipeline for Amazon ECS with GitHub Actions and AWS CodeBuild Tests | Amazon Web ServicesAmazon Elastic Container Service (Amazon ECS) is a fully managed container orchestr..