fix(core.gbapp): Fix deployer group.

This commit is contained in:
Rodrigo Rodriguez 2024-03-17 12:05:33 -03:00
parent 36a9a8eb1d
commit f24eb63082

View file

@ -267,7 +267,7 @@ export class GBDeployer implements IGBDeployer {
const username = GBConfigService.get('CLOUD_USERNAME');
const password = GBConfigService.get('CLOUD_PASSWORD');
const accessToken = await GBAdminService.getADALTokenFromUsername(username, password);
const group = GBConfigService.get('BOT_ID');
const group = GBConfigService.get('CLOUD_GROUP');
const subscriptionId = GBConfigService.get('CLOUD_SUBSCRIPTIONID');
// If the bot already exists, just update the endpoint.