Skip to content

Commit 8fe71a0

Browse files
Merge pull request #12 from laironacosta/feature/deploy-to-aws-ecs
updating aws yml to deploy on ecs
2 parents 4a1eee6 + d114d85 commit 8fe71a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: task-definition.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"EC2",
7070
"FARGATE"
7171
],
72-
"taskDefinitionArn": "arn:aws:ecs:us-east-2:027479467189:task-definition/ms-gin-go-task-definition:3",
72+
"taskDefinitionArn": "arn:aws:ecs:us-east-2:027479467189:task-definition/ms-gin-go-task-definition:7",
7373
"family": "ms-gin-go-task-definition",
7474
"requiresAttributes": [
7575
{
@@ -115,7 +115,7 @@
115115
],
116116
"networkMode": "awsvpc",
117117
"cpu": "256",
118-
"revision": 3,
118+
"revision": 7,
119119
"status": "ACTIVE",
120120
"inferenceAccelerators": null,
121121
"proxyConfiguration": null,

0 commit comments

Comments
 (0)