Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/ISSUE-126' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 18, 2024
2 parents be2e538 + ef23896 commit 9ea15a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:
AWS_REGION: ap-northeast-2 # AWS region 설정
ECR_REPOSITORY: gyeongdan-fastapi # Amazon ECR repository 이름
ECS_SERVICE: GyeongdanFastAPI # Amazon ECS 서비스 이름
ECS_CLUSTER: Gyeongdan-v2 # Amazon ECS 클러스터 이름
ECS_TASK_DEFINITION: tf-staging.json # Amazon ECS task definition 파일 경로
ECS_CLUSTER: Gyeongdan # Amazon ECS 클러스터 이름
ECS_TASK_DEFINITION: tf-staging.json # Amazon ECS task definition 파일 경로
CONTAINER_NAME: FastAPI # 컨테이너 이름
PROGRESS_SLACK_CHANNEL: C07BRCDNBMF # Slack 채널 ID

Expand Down

0 comments on commit 9ea15a5

Please sign in to comment.