Skip to content

Commit

Permalink
Suisin/update workflow to have staging environment (#16293)
Browse files Browse the repository at this point in the history
* chore: update workflows to have environment of staging

* chore: update npm run build with a growthbook keys

* chore: update build_docker_image.yml file
  • Loading branch information
suisin-deriv committed Jul 31, 2024
1 parent 68373a5 commit dcdd2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run bootstrap

- name: Run Build:prod
run: npm run build:prod
uses: "./.github/actions/build"
with:
NODE_ENV: staging
CROWDIN_WALLETS_API_KEY: ${{ secrets.CROWDIN_WALLETS_API_KEY }}
Expand Down

0 comments on commit dcdd2c1

Please sign in to comment.