fix(azuredeployer.gbapp): createInstance free

This commit is contained in:
Alan Perdomo 2023-01-02 11:22:57 -03:00
parent 0ba0874eb4
commit 1b41551ac5

View file

@ -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<AzureDeployerService> {
public static async createInstance (deployer: GBDeployer, freeTier: boolean = true): Promise<AzureDeployerService> {
const username = GBConfigService.get('CLOUD_USERNAME');
const password = GBConfigService.get('CLOUD_PASSWORD');