Skip to content

Commit

Permalink
ci: set env to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
idoshamun committed Nov 25, 2021
1 parent 32d99c0 commit 0b0930b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ createAutoscaledExposedApplication({
env: [
...containerEnvVars,
{ name: 'PORT', value: '3000' },
{ name: 'ENV', value: 'PROD' },
],
resources: {
requests: limits,
Expand Down

0 comments on commit 0b0930b

Please sign in to comment.