Skip to content

Commit 27a1314

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aws.yml

Lines changed: 4 additions & 4 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
8+
AWS_REGION: us-east-2 # AWS region from your EC2 and ECS details
99
ECR_REPOSITORY: eoagritool # Amazon ECR repository name
1010
ECS_SERVICE: deploy # Amazon ECS service name
1111
ECS_CLUSTER: deploy # Amazon ECS cluster name
12-
ECS_TASK_DEFINITION: .aws/task-definition.json # Path to ECS task definition
13-
CONTAINER_NAME: eoagritool # Container name in ECS task definition
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
1414

1515
permissions:
1616
contents: read
@@ -19,7 +19,7 @@ jobs:
1919
deploy:
2020
name: Deploy to Amazon ECS
2121
runs-on: ubuntu-latest
22-
environment: production # Ensure this is correctly formatted
22+
environment: production
2323

2424
steps:
2525
- name: Checkout repository

0 commit comments

Comments
 (0)