Skip to content

Commit

Permalink
Remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang authored and ctrlplusb committed Jul 8, 2022
1 parent e0b421d commit 346dc02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/resources/src/RemixSite.ts
Expand Up @@ -892,9 +892,6 @@ export class RemixSite extends Construct implements SSTConstruct {
role: this.serverLambdaRole,
});

// Create alias
fn.addAlias("live");

// Deploy after the code is updated
if (!this.isPlaceholder) {
const updaterCR = this.createLambdaCodeReplacer(name, asset);
Expand Down

0 comments on commit 346dc02

Please sign in to comment.