fix(core.gbapp): Fix deployer group.
This commit is contained in:
parent
36a9a8eb1d
commit
f24eb63082
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue