Skip to content

Commit

Permalink
Add env vars to amplify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 15, 2023
1 parent c27ebc5 commit 92b5f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ frontend:
commands:
- REACT_APP_ENVIRONMENT=${REACT_APP_ENVIRONMENT}
- REACT_APP_SENTRY_DSN=${REACT_APP_SENTRY_DSN}
- REACT_APP_PUBLIC_STRIPE_KEY_PROD=${REACT_APP_PUBLIC_STRIPE_KEY_PROD}
- REACT_APP_PUBLIC_STRIPE_KEY_TEST=${REACT_APP_PUBLIC_STRIPE_KEY_TEST}
- export NODE_OPTIONS="--max-old-space-size=8192"
- yarn run build
artifacts:
Expand Down

0 comments on commit 92b5f28

Please sign in to comment.