Skip to content

Commit

Permalink
service
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Jul 11, 2023
1 parent 90b572e commit 6e9b451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
env:
AWS_REGION: us-east-1 # set this to your preferred AWS region, e.g. us-west-1
ECR_REPOSITORY: whisper # set this to your Amazon ECR repository name
ECS_SERVICE: genie # set this to your Amazon ECS service name
ECS_SERVICE: whisper-service # set this to your Amazon ECS service name
ECS_CLUSTER: genie # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: awstask.json # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
Expand Down

0 comments on commit 6e9b451

Please sign in to comment.