File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 branches : [ "main" ]
66
77env :
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
1515permissions :
1616 contents : read
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
You can’t perform that action at this time.
0 commit comments