fix: add node_env env var to frontend
Changes proposed in this pull request
- adds
productionnodeEnvto frontend
Context
fixes https://github.com/interledger/rafiki/issues/2592
Depends on ~~https://github.com/interledger/helm-charts/pull/27~~ https://github.com/interledger/helm-charts/pull/35 Will need to merge that first.
Checklist
- [ ] Related issues linked using
fixes #number - [ ] Tests added/updated
- [ ] Documentation added
- [ ] Make sure that all checks pass
- [ ] Bruno collection updated
Deploy Preview for brilliant-pasca-3e80ec canceled.
| Name | Link |
|---|---|
| Latest commit | d2d562eb8ad0095f65d62b14126692fefc7e254a |
| Latest deploy log | https://app.netlify.com/sites/brilliant-pasca-3e80ec/deploys/663a429e861c160008b71a05 |
@BlairCurrey I also opened up PR in helm-charts repo to add nodeEnv variable in helm charts (exactly the same way as it is for backend and auth) so that we can specify this in values.yaml file when deploying helm.
https://github.com/interledger/helm-charts/pull/27
To be perfectly honest, this is not needed, since default value is set to production in helm-charts repository. I suppose that we can just close this PR?