Skip to content

Commit

Permalink
fix: change node env in config.yml (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustofa-binary authored Jul 28, 2021
1 parent 15fd97a commit 243f4a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
k8s_service: "deriv-app-storybook"
- notify_slack
environment:
NODE_ENV: production
NODE_ENV: staging

release_staging:
docker:
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
k8s_namespace: "deriv-app-production"
- notify_slack
environment:
NODE_ENV: production
NODE_ENV: staging

release_production_dashboard:
docker:
Expand All @@ -262,7 +262,7 @@ jobs:
docker_image_latest_tag: latest
- notify_slack
environment:
NODE_ENV: production
NODE_ENV: staging

build_and_test:
docker:
Expand Down

1 comment on commit 243f4a7

@vercel
Copy link

@vercel vercel bot commented on 243f4a7 Jul 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.