Skip to content

Commit

Permalink
Restore prod stack ref
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Sep 27, 2024
1 parent 80f650c commit 6fb3781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infrastructure/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const config = {
marketingPortalStack: stackConfig.get("marketingPortalStack"),
};

// const aiAppStack = new pulumi.StackReference('pulumi/pulumi-ai-app-infra/prod');
const aiAppStack = new pulumi.StackReference('pulumi/pulumi-ai-app-infra/pr-pulumi-pulumi.ai-1297');
const aiAppStack = new pulumi.StackReference('pulumi/pulumi-ai-app-infra/prod');
const aiAppDomain = aiAppStack.requireOutput('aiAppDistributionDomain');
const cloudAiAppDomain = aiAppStack.requireOutput('cloudAiAppDistributionDomain');

Expand Down

0 comments on commit 6fb3781

Please sign in to comment.