Skip to content

Commit 97eeabc

Browse files
committed
Fix additional env vars for build
1 parent 7569d58 commit 97eeabc

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
@@ -66,21 +66,21 @@ jobs:
6666
- run:
6767
name: build qa
6868
command: yarn build
69-
env:
69+
environment:
7070
BUILD_PATH: 'qa'
7171
GENERATE_SOURCEMAP: 'false'
7272
REACT_APP_NODE_ENV: 'QA'
7373
- run:
7474
name: build staging
7575
command: yarn build
76-
env:
76+
environment:
7777
BUILD_PATH: 'staging'
7878
GENERATE_SOURCEMAP: 'false'
7979
REACT_APP_NODE_ENV: 'STAGING'
8080
- run:
8181
name: build production
8282
command: yarn build
83-
env:
83+
environment:
8484
BUILD_PATH: 'production'
8585
GENERATE_SOURCEMAP: 'false'
8686
REACT_APP_NODE_ENV: 'PRODUCTION'

0 commit comments

Comments
 (0)