Skip to content

Commit

Permalink
Fix ecs service and ecr repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 8, 2024
1 parent 797eb05 commit dd86402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-ecs-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ on:

env:
AWS_REGION: eu-central-1 # set this to your preferred AWS region, e.g. us-west-1
ECR_REPOSITORY: chapter # set this to your Amazon ECR repository name
ECS_SERVICE: chapter-app-cluster-app-service-prod # set this to your Amazon ECS service name
ECR_REPOSITORY: chapter-app-repository-prod # set this to your Amazon ECR repository name
ECS_SERVICE: chapter-app-service-prod # set this to your Amazon ECS service name
ECS_CLUSTER: chapter-app-cluster-prod # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION:
deploy/aws/ecs-task-definition-prod.json # set this to the path to your Amazon ECS task definition
Expand Down

0 comments on commit dd86402

Please sign in to comment.