Skip to content

Commit 1ee9985

Browse files
authored
Update aws.yml
Updated
1 parent 27a1314 commit 1ee9985

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

aws.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
branches: [ "main" ]
66

77
env:
8-
AWS_REGION: us-east-2 # AWS region from your EC2 and ECS details
9-
ECR_REPOSITORY: eoagritool # Amazon ECR repository name
10-
ECS_SERVICE: deploy # Amazon ECS service name
11-
ECS_CLUSTER: deploy # Amazon ECS cluster name
12-
ECS_TASK_DEFINITION: .aws/task-definition.json # Path to ECS task definition file
13-
CONTAINER_NAME: eoagritool # Name of container in ECS task definition
8+
AWS_REGION: us-east-2
9+
ECR_REPOSITORY: eoagritool
10+
ECS_SERVICE: deploy
11+
ECS_CLUSTER: deploy
12+
ECS_TASK_DEFINITION: aws.yml # Updated task definition reference
13+
CONTAINER_NAME: eoagritool
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)