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": [],
|
||||
|
||||
Reference in New Issue
Block a user