Task services updates.

pull/878/head
Octavio Cano 2023-09-13 10:01:11 +09:00
rodzic 1675b59db1
commit 4da2a172c6
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ on:
env:
AWS_REGION: us-east-1 # set this to your preferred AWS region, e.g. us-west-1
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_SERVICE: streampod-vms-task-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.json # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json

Wyświetl plik

@ -1,5 +1,5 @@
{
"taskDefinitionArn": "arn:aws:ecs:us-east-1:701273472782:task-definition/streampod-vms-task-definition:1",
"taskDefinitionArn": "arn:aws:ecs:us-east-1:701273472782:task-definition/streampod-vms-task-definition:3",
"containerDefinitions": [
{
"name": "streampod-vms",