Skip to content

Commit

Permalink
Merge pull request #150 from 0xPolygonID/add_deploy_to_new_aws_accounts
Browse files Browse the repository at this point in the history
fix: main task definition
  • Loading branch information
martinsaporiti authored Apr 24, 2024
2 parents 8723bbd + 45f7525 commit 04f6638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main-taskdef.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "tooling-prod-devs-app",
"image": "654654630007.dkr.ecr.eu-west-1.amazonaws.com/devs-ecr",
"image": "905418075675.dkr.ecr.eu-west-1.amazonaws.com/devs-ecr",
"cpu": 0,
"portMappings": [
{
Expand Down Expand Up @@ -76,9 +76,9 @@
"networkMode": "awsvpc",
"memory": "2048",
"cpu": "1024",
"executionRoleArn": "arn:aws:iam::654654630007:role/tooling-dev-task-execution-role",
"executionRoleArn": "arn:aws:iam::905418075675:role/tooling-prod-task-execution-role",
"family": "devs",
"taskRoleArn": "arn:aws:iam::654654630007:role/tooling-dev-task-execution-role",
"taskRoleArn": "arn:aws:iam::905418075675:role/tooling-prod-task-execution-role",
"runtimePlatform": {
"operatingSystemFamily": "LINUX"
},
Expand Down

0 comments on commit 04f6638

Please sign in to comment.