Skip to content

Commit

Permalink
Update deploy-chat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeri93 committed Aug 2, 2024
1 parent d019dcf commit 061e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
ECS_CLUSTER: ${{ vars.MY_ECS_CLUSTER_CHAT }} # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: .aws/ecs-task-definition-match.json # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
CONTAINER_NAME: ${{ vars.MY_CONTAINER_NAME_CHAT }} # set this to the name of the container in the
CONTAINER_NAME: ${{ vars.MY_CONTAINER_NAME_MATCH }} # set this to the name of the container in the
# containerDefinitions section of your task definition

permissions:
Expand Down

0 comments on commit 061e0b5

Please sign in to comment.