Skip to content

Commit 12226ed

Browse files
Configure CF distribution ids. (#990)
1 parent f9434a4 commit 12226ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
environment:
102102
STAGE: REVIEW
103103
REACT_APP_STAGE: REVIEW
104+
REVIEW_CLOUDFRONT_DISTRIBUTION_ID: "E3267W09ZJHQG9"
104105
steps:
105106
- checkout
106107
- *restore_npm_cache
@@ -129,6 +130,7 @@ jobs:
129130
environment:
130131
STAGE: STAGING
131132
REACT_APP_STAGE: STAGING
133+
STAGING_CLOUDFRONT_DISTRIBUTION_ID: "E1IW78R9PB0PD1"
132134
steps:
133135
- checkout
134136
- *restore_npm_cache
@@ -156,6 +158,7 @@ jobs:
156158
environment:
157159
STAGE: PRODUCTION
158160
REACT_APP_STAGE: PRODUCTION
161+
PRODUCTION_CLOUDFRONT_DISTRIBUTION_ID: "E2ELTBTA2OFPY2"
159162
steps:
160163
- checkout
161164
- *restore_npm_cache

0 commit comments

Comments
 (0)