Skip to content

Commit 243f4a7

Browse files
fix: change node env in config.yml (#3676)
1 parent 15fd97a commit 243f4a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
k8s_service: "deriv-app-storybook"
199199
- notify_slack
200200
environment:
201-
NODE_ENV: production
201+
NODE_ENV: staging
202202

203203
release_staging:
204204
docker:
@@ -246,7 +246,7 @@ jobs:
246246
k8s_namespace: "deriv-app-production"
247247
- notify_slack
248248
environment:
249-
NODE_ENV: production
249+
NODE_ENV: staging
250250

251251
release_production_dashboard:
252252
docker:
@@ -262,7 +262,7 @@ jobs:
262262
docker_image_latest_tag: latest
263263
- notify_slack
264264
environment:
265-
NODE_ENV: production
265+
NODE_ENV: staging
266266

267267
build_and_test:
268268
docker:

0 commit comments

Comments
 (0)