refactor: remove remaining staging references in app-new configuration
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
{
|
||||
"name": "DD_ENV",
|
||||
"value": "staging"
|
||||
"value": "app-new"
|
||||
},
|
||||
{
|
||||
"name": "DD_SERVICE",
|
||||
@@ -15,17 +15,17 @@
|
||||
}
|
||||
],
|
||||
"essential": true,
|
||||
"image": "679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat:staging",
|
||||
"image": "679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat-cloud:prod",
|
||||
"logConfiguration": {
|
||||
"logDriver": "awslogs",
|
||||
"options": {
|
||||
"awslogs-group": "/ecs/integreat-app-staging",
|
||||
"awslogs-group": "/ecs/integreat-app-new",
|
||||
"awslogs-region": "us-east-1",
|
||||
"awslogs-stream-prefix": "ecs"
|
||||
}
|
||||
},
|
||||
"dockerLabels": {
|
||||
"com.datadoghq.tags.env": "staging",
|
||||
"com.datadoghq.tags.env": "app-new",
|
||||
"com.datadoghq.tags.service": "integreat-app"
|
||||
},
|
||||
"mountPoints": [],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
aws_access_key_id="AKIAINHACMVQJ6NYD26A"
|
||||
aws_secret_access_key="FwdL4TbIC/5H/4mwhQy4iSI/eSewyPgfS1EEt6tL"
|
||||
domain="app-new.integreatconsult.com"
|
||||
invoice_address="invoices-staging@mail.app.integreatconsult.com"
|
||||
invoice_address="invoices-new@mail.app.integreatconsult.com"
|
||||
base_url="https://app-new.integreatconsult.com"
|
||||
stage="app-new"
|
||||
task_role_arn="arn:aws:iam::679918342773:role/datomic-ddb"
|
||||
|
||||
Reference in New Issue
Block a user