fix(azuredeployer.gbapp): createInstance free
This commit is contained in:
parent
0ba0874eb4
commit
1b41551ac5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
await this.deployer.rebuildIndex(instance, this.getKBSearchSchema(instance.searchIndex));
|
await this.deployer.rebuildIndex(instance, this.getKBSearchSchema(instance.searchIndex));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async createInstance (deployer: GBDeployer, freeTier: boolean = false): Promise<AzureDeployerService> {
|
public static async createInstance (deployer: GBDeployer, freeTier: boolean = true): Promise<AzureDeployerService> {
|
||||||
|
|
||||||
const username = GBConfigService.get('CLOUD_USERNAME');
|
const username = GBConfigService.get('CLOUD_USERNAME');
|
||||||
const password = GBConfigService.get('CLOUD_PASSWORD');
|
const password = GBConfigService.get('CLOUD_PASSWORD');
|
||||||
|
|
Loading…
Add table
Reference in a new issue