@@ -238,7 +238,7 @@ func installGateway(store database.Datastore, appConfig *config.AppConfig) error
238
238
Version : version ,
239
239
Variables : simplevars ,
240
240
DisplayName : "Unity Health Status Lambda" ,
241
- DeploymentName : fmt .Sprintf ("%s -%s" , name , name ),
241
+ DeploymentName : fmt .Sprintf ("default -%s" , name ),
242
242
}
243
243
err := TriggerInstallNew (store , & installParams , appConfig , true )
244
244
if err != nil {
@@ -273,7 +273,7 @@ func installBasicAPIGateway(store database.Datastore, appConfig *config.AppConfi
273
273
Version : version ,
274
274
Variables : nil ,
275
275
DisplayName : "Core API Gateway" ,
276
- DeploymentName : fmt .Sprintf ("%s -%s-%s" , appConfig . Project , appConfig . Venue , name ),
276
+ DeploymentName : fmt .Sprintf ("default -%s" , name ),
277
277
}
278
278
279
279
err := TriggerInstallNew (store , & installParams , appConfig , true )
@@ -352,7 +352,7 @@ func installUnityCloudEnv(store database.Datastore, appConfig *config.AppConfig)
352
352
Version : version ,
353
353
Variables : varmap ,
354
354
DisplayName : "Unity Cloud Environment" ,
355
- DeploymentName : fmt .Sprintf ("%s -%s-%s" , appConfig . Project , appConfig . Venue , name ),
355
+ DeploymentName : fmt .Sprintf ("default -%s" , name ),
356
356
}
357
357
358
358
err = TriggerInstallNew (store , & installParams , appConfig , true )
@@ -400,7 +400,7 @@ func installHealthStatusLambda(store database.Datastore, appConfig *config.AppCo
400
400
Version : version ,
401
401
Variables : nil ,
402
402
DisplayName : "Unity Health Status Lambda" ,
403
- DeploymentName : fmt .Sprintf ("%s -%s-%s" , appConfig . Project , appConfig . Venue , name ),
403
+ DeploymentName : fmt .Sprintf ("default -%s" , name ),
404
404
}
405
405
406
406
err := TriggerInstallNew (store , & installParams , appConfig , true )
0 commit comments