Skip to content

Commit

Permalink
fix: 컨테이너명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Feb 8, 2024
1 parent 0a65545 commit 0e4304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-fluentbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DEV_REPO: ${{ secrets.DEV_FLUENTBIT_ECR_REPOSITORY }}
PROD_REPO: ${{ secrets.PROD_FLUENTBIT_ECR_REPOSITORY }}
TASK_DEFINITION: ${{ secrets.TASK_DEFINITION_NAME }}-prod
ECS_CONTAINER: ${{ secrets.ECS_FLUENTBIT_CONTAINER_NAME }}
ECS_CONTAINER: ${{ secrets.ECS_FLUENTBIT_CONTAINER_NAME }}-prod
ECS_SERVICE: ${{ secrets.ECS_SERVICE_NAME }}-prod
ECS_CLUSTER: ${{ secrets.ECS_CLUSTER_NAME }}-prod
TAG: latest
Expand Down

0 comments on commit 0e4304f

Please sign in to comment.