File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777env:
7878 AWS_REGION: MY_AWS_REGION # set this to your preferred AWS region, e.g. us-west-1
7979 ECR_REPOSITORY: MY_ECR_REPOSITORY # set this to your Amazon ECR repository name
80- ECS_SERVICE: MY-ECS-SERVICE # set this to your Amazon ECS service name
81- ECS_CLUSTER: MY-ECS-CLUSTER # set this to your Amazon ECS cluster name
82- ECS_TASK_DEFINITION: MY-ECS-TASK-DEFINITION # set this to the path to your Amazon ECS task definition
80+ ECS_SERVICE: MY_ECS_SERVICE # set this to your Amazon ECS service name
81+ ECS_CLUSTER: MY_ECS_CLUSTER # set this to your Amazon ECS cluster name
82+ ECS_TASK_DEFINITION: MY_ECS_TASK_DEFINITION # set this to the path to your Amazon ECS task definition
8383 # file, e.g. .aws/task-definition.json
84- CONTAINER_NAME: MY-CONTAINER-NAME # set this to the name of the container in the
84+ CONTAINER_NAME: MY_CONTAINER_NAME # set this to the name of the container in the
8585 # containerDefinitions section of your task definition
8686
8787defaults:
You can’t perform that action at this time.
0 commit comments