File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ jobs:
70
70
uses : aws-actions/amazon-ecs-render-task-definition@v1
71
71
with :
72
72
task-definition : task-definition.json
73
- container-name : git-deploy-aws-ecs-container
73
+ container-name : GitDeployAwsEcs
74
74
image : ${{ steps.build-image.outputs.image }}
75
75
76
76
- name : Deploy Amazon ECS task definition
77
77
uses : aws-actions/amazon-ecs-deploy-task-definition@v1
78
78
with :
79
79
task-definition : ${{ steps.task-def.outputs.task-definition }}
80
- service : git-deploy-aws-ecs-container-service
81
- cluster : default-cluster
80
+ service : GitDeployAwsEcsService
81
+ cluster : GitDeployAwsEcsCluster
82
82
wait-for-service-stability : true
Original file line number Diff line number Diff line change 9
9
"logDriver" : " awslogs" ,
10
10
"secretOptions" : null ,
11
11
"options" : {
12
- "awslogs-group" : " /ecs/git-deploy-aws-ecs-task-definition " ,
12
+ "awslogs-group" : " /ecs/GitDeployAwsEcsTask " ,
13
13
"awslogs-region" : " us-east-2" ,
14
14
"awslogs-stream-prefix" : " ecs"
15
15
}
16
16
},
17
17
"entryPoint" : [],
18
18
"portMappings" : [
19
19
{
20
- "hostPort" : 80 ,
20
+ "hostPort" : 8080 ,
21
21
"protocol" : " tcp" ,
22
- "containerPort" : 80
22
+ "containerPort" : 8080
23
23
}
24
24
],
25
25
"command" : [],
37
37
"memoryReservation" : 512 ,
38
38
"volumesFrom" : [],
39
39
"stopTimeout" : null ,
40
- "image" : " 027479467189.dkr.ecr.us-east-2.amazonaws.com/git-deploy-aws-ecs" ,
40
+ "image" : " 027479467189.dkr.ecr.us-east-2.amazonaws.com/git-deploy-aws-ecs:latest " ,
41
41
"startTimeout" : null ,
42
42
"firelensConfiguration" : null ,
43
43
"dependsOn" : null ,
54
54
"dockerLabels" : null ,
55
55
"systemControls" : null ,
56
56
"privileged" : null ,
57
- "name" : " git-deploy-aws-ecs-container "
57
+ "name" : " GitDeployAwsEcs "
58
58
}
59
59
],
60
60
"placementConstraints" : [],
64
64
" EC2" ,
65
65
" FARGATE"
66
66
],
67
- "taskDefinitionArn" : " arn:aws:ecs:us-east-2:027479467189:task-definition/git-deploy-aws-ecs-task-definition:4 " ,
68
- "family" : " git-deploy-aws-ecs-task-definition " ,
67
+ "taskDefinitionArn" : " arn:aws:ecs:us-east-2:027479467189:task-definition/GitDeployAwsEcsTask:1 " ,
68
+ "family" : " GitDeployAwsEcsTask " ,
69
69
"requiresAttributes" : [
70
70
{
71
71
"targetId" : null ,
122
122
],
123
123
"networkMode" : " awsvpc" ,
124
124
"cpu" : " 256" ,
125
- "revision" : 4 ,
125
+ "revision" : 1 ,
126
126
"status" : " ACTIVE" ,
127
127
"inferenceAccelerators" : null ,
128
128
"proxyConfiguration" : null ,
You can’t perform that action at this time.
0 commit comments