Skip to content

Commit

Permalink
Update grants data exports (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 authored Oct 22, 2024
1 parent 9742881 commit 676926f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ const frequentAlloScorerDataDumpTaskDefinition = pulumi
});

// Only for production
if (stack === "review") {
if (stack === "production") {
const frequentAlloScorerDataDumpTaskDefinitionDigitalOcean = pulumi
.all([exportVals, apiSecrets])
.apply(([_exportedVals, _apiSecrets]) => {
Expand Down Expand Up @@ -1641,7 +1641,7 @@ const frequentEthModelV2ScoreDataDumpTaskDefinitionForScorer = pulumi
});
});

if (stack === "review") {
if (stack === "production") {
const frequentEthModelV2ScoreDataDumpTaskDefinitionForScorerDigitalOcean = pulumi
.all([exportVals, apiSecrets])
.apply(([_exportedVals, _apiSecrets]) => {
Expand Down

0 comments on commit 676926f

Please sign in to comment.