We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a1314 commit 1ee9985Copy full SHA for 1ee9985
aws.yml
@@ -5,12 +5,12 @@ on:
5
branches: [ "main" ]
6
7
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
+ AWS_REGION: us-east-2
+ ECR_REPOSITORY: eoagritool
+ ECS_SERVICE: deploy
+ ECS_CLUSTER: deploy
+ ECS_TASK_DEFINITION: aws.yml # Updated task definition reference
+ CONTAINER_NAME: eoagritool
14
15
permissions:
16
contents: read
0 commit comments