Skip to content

Commit

Permalink
Update deploy-chat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldot authored Aug 2, 2024
1 parent 9defe74 commit e30e7c6
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 @@ -35,7 +35,7 @@ env:
ECR_REPOSITORY: ${{ vars.MY_ECR_REPOSITORY_CHAT }} # set this to your Amazon ECR repository name
ECS_SERVICE: ${{ vars.MY_ECS_SERVICE_CHAT }} # set this to your Amazon ECS service name
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
ECS_TASK_DEFINITION: .aws/ecs-task-definition-chat.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
# containerDefinitions section of your task definition
Expand Down

0 comments on commit e30e7c6

Please sign in to comment.