Skip to content

Commit

Permalink
Maryia/build: use NODE_ENV production for test and staging env (deriv…
Browse files Browse the repository at this point in the history
…-com#14528)

* build: use NODE_ENV: production for test and staging env

* build: use NODE_ENV: staging for staging
  • Loading branch information
maryia-deriv authored Apr 5, 2024
1 parent 22172d0 commit 220baf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Build
uses: "./.github/actions/build"
with:
NODE_ENV: production
CROWDIN_WALLETS_API_KEY: ${{ secrets.CROWDIN_WALLETS_API_KEY }}
DATADOG_APPLICATION_ID: ${{ vars.DATADOG_APPLICATION_ID }}
IS_GROWTHBOOK_ENABLED: ${{ vars.IS_GROWTHBOOK_ENABLED }}
Expand Down

0 comments on commit 220baf3

Please sign in to comment.