Skip to content

Commit

Permalink
Staging env update by changing app name to -hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Oct 8, 2024
1 parent 1d2c7e3 commit 3e7f50a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/assets/staging-taskdef.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dockerLabels": null,
"systemControls": null,
"privileged": null,
"name": "docs-staging",
"name": "docs-staging-hosted",
"repositoryCredentials": {
"credentialsParameter": ""
}
Expand Down Expand Up @@ -120,9 +120,9 @@
"networkMode": "awsvpc",
"memory": "512",
"cpu": "256",
"executionRoleArn": "arn:aws:iam::070528468658:role/docs-staging-TaskRole",
"family": "docs-staging-taskdefinition",
"taskRoleArn": "arn:aws:iam::070528468658:role/docs-staging-TaskRole",
"executionRoleArn": "arn:aws:iam::070528468658:role/docs-staging-hosted-TaskRole",
"family": "docs-staging-hosted-taskdefinition",
"taskRoleArn": "arn:aws:iam::070528468658:role/docs-staging-hosted-TaskRole",
"runtimePlatform": {
"operatingSystemFamily": "LINUX"
},
Expand All @@ -132,31 +132,31 @@
},
{
"key": "ParentService",
"value": "docs-staging"
"value": "docs-staging-hosted"
},
{
"key": "Environment",
"value": "staging"
},
{
"key": "Service",
"value": "docs-staging.polygon.technology"
"value": "docs-staging-hosted.polygon.technology"
},
{
"key": "Host",
"value": "AWS"
},
{
"key": "IAC",
"value": "terraform-workspace-aws-test-applications-eu-west-1-apps-docs-staging-polygon-technology"
"value": "terraform-workspace-aws-test-applications-eu-west-1-apps-docs-staging-hosted-polygon-technology"
},
{
"key": "Team",
"value": "documentation"
},
{
"key": "Name",
"value": "docs-staging-taskdefinition"
"value": "docs-staging-hosted-taskdefinition"
}
]
}

0 comments on commit 3e7f50a

Please sign in to comment.