Skip to content

Commit

Permalink
fix(azuredeployer.gbapp): createInstance free
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanPerdomo committed Jan 2, 2023
1 parent 0ba0874 commit 1b41551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 1b41551

Please sign in to comment.