diff --git a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts index 2db1585c..b45ca098 100644 --- a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts +++ b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts @@ -87,7 +87,7 @@ export class AzureDeployerService implements IGBInstallationDeployer { await this.deployer.rebuildIndex(instance, this.getKBSearchSchema(instance.searchIndex)); } - public static async createInstance (deployer: GBDeployer, freeTier: boolean = false): Promise { + public static async createInstance (deployer: GBDeployer, freeTier: boolean = true): Promise { const username = GBConfigService.get('CLOUD_USERNAME'); const password = GBConfigService.get('CLOUD_PASSWORD');