Skip to content

Commit

Permalink
Set NODE_ENV to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jul 9, 2024
1 parent 9d20ceb commit 9e0fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Resources:
Key: !Ref CodeUri
Environment:
Variables:
NODE_ENV: production
NODE_ENV: prod
CODERUNNER_FUNCTION: !Ref CodeRunnerFunction
CLUSTER_URL: !ImportValue coderunner-ClusterUrl
CLUSTER_SECRET_ID: !ImportValue coderunner-ClusterCredentials
Expand Down

0 comments on commit 9e0fbbe

Please sign in to comment.