File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 types : [published]
3232
3333env :
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
4343permissions :
4444 contents : read
You can’t perform that action at this time.
0 commit comments