mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
ci(ecs): fixed backend name
This commit is contained in:
parent
5323d93dc1
commit
642c48efdc
2
.github/workflows/aws.yml
vendored
2
.github/workflows/aws.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
env:
|
||||
AWS_REGION: eu-west-3 # set this to your preferred AWS region, e.g. us-west-1
|
||||
ECR_REPOSITORY: quivr # set this to your Amazon ECR repository name
|
||||
ECS_SERVICE: quivr # set this to your Amazon ECS service name
|
||||
ECS_SERVICE: quivr-backend # set this to your Amazon ECS service name
|
||||
ECS_CLUSTER: quivr # set this to your Amazon ECS cluster name
|
||||
ECS_TASK_DEFINITION: .aws/task_definition.json # set this to the path to your Amazon ECS task definition
|
||||
# file, e.g. .aws/task-definition.json
|
||||
|
Loading…
Reference in New Issue
Block a user