task definition updates

pull/878/head
Octavio Cano 2023-09-12 23:00:28 +09:00
rodzic 4e401e75f0
commit 753793e1e5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ env:
ECR_REPOSITORY: ocano/streampod-vms # set this to your Amazon ECR repository name
ECS_SERVICE: streampod-vms-service # set this to your Amazon ECS service name
ECS_CLUSTER: StreamPodCluster # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: streampod-vms-task-definition # set this to the path to your Amazon ECS task definition
ECS_TASK_DEFINITION: streampod-vms-task-definition.yml # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
CONTAINER_NAME: streampod-vms # set this to the name of the container in the
# containerDefinitions section of your task definition