Skip to content

Commit

Permalink
testing with two repos
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwang0305 committed Apr 17, 2024
1 parent 7878a0a commit a347313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/task-definition-server.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"taskDefinitionArn": "arn:aws:ecs:us-east-2:525357733102:task-definition/currentC-server:8",
"taskDefinitionArn": "arn:aws:ecs:us-east-2:525357733102:task-definition/currentC-server:10",
"containerDefinitions": [
{
"name": "currentC-server",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc:server",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc-server:latest",
"cpu": 0,
"portMappings": [
{
Expand All @@ -16,27 +16,24 @@
],
"essential": true,
"environment": [],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/currentC-server",
"awslogs-region": "us-east-2",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
}
},
"systemControls": []
}
],
"family": "currentC-server",
"executionRoleArn": "arn:aws:iam::525357733102:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 8,
"revision": 10,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -74,7 +71,7 @@
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2024-04-17T20:36:46.964Z",
"registeredAt": "2024-04-17T20:44:30.038Z",
"registeredBy": "arn:aws:iam::525357733102:user/weiwang0305",
"tags": []
}
2 changes: 1 addition & 1 deletion .github/workflows/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "currentC-client",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc:client",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc-client:latest",
"cpu": 0,
"portMappings": [
{
Expand Down

0 comments on commit a347313

Please sign in to comment.