Skip to content

Commit f5eed8b

Browse files
authored
Update aws.yml
1 parent b4fa0f4 commit f5eed8b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/aws.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ on:
3131
types: [published]
3232

3333
env:
34-
AWS_REGION: us-east-2 # set this to your preferred AWS region, e.g. us-west-1
35-
ECR_REPOSITORY: trainningrepo # set this to your Amazon ECR repository name
36-
ECS_SERVICE: trainning-service-fargate # set this to your Amazon ECS service name
37-
ECS_CLUSTER: trainning-cluster-fargate # set this to your Amazon ECS cluster name
38-
ECS_TASK_DEFINITION: trainning-task-definition-fargate # set this to the path to your Amazon ECS task definition
39-
# file, e.g. .aws/task-definition.json
40-
CONTAINER_NAME: trainning-container-fargate # set this to the name of the container in the
41-
# containerDefinitions section of your task definition
34+
AWS_REGION: us-east-2 # set this to your preferred AWS region, e.g. us-west-1
35+
ECR_REPOSITORY: trainingrepo # set this to your Amazon ECR repository name
36+
ECS_SERVICE: training-service-fargate # set this to your Amazon ECS service name
37+
ECS_CLUSTER: training-cluster-fargate # set this to your Amazon ECS cluster name
38+
ECS_TASK_DEFINITION: training-task-definition # set this to the path to your Amazon ECS task definition
39+
# file, e.g. .aws/task-definition.json
40+
CONTAINER_NAME: training-container-fargate # set this to the name of the container in the
41+
# containerDefinitions section of your task definition
4242

4343
permissions:
4444
contents: read

0 commit comments

Comments
 (0)