Skip to content

Commit 1d150f9

Browse files
authored
Merge pull request #4175 from topcoder-platform/comcast-community
Comcast community
2 parents bdcbd19 + b707086 commit 1d150f9

File tree

10 files changed

+236
-35605
lines changed

10 files changed

+236
-35605
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178+
- comcast-community
178179
# This is alternate dev env for parallel testing
179180
- "build-test":
180181
context : org-global

config/custom-environment-variables.js

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ module.exports = {
6363
PREVIEW_API_KEY: 'CONTENTFUL_EDU_PREVIEW_API_KEY',
6464
},
6565
},
66+
comcast: {
67+
SPACE_ID: 'CONTENTFUL_COMCAST_SPACE_ID',
68+
master: {
69+
CDN_API_KEY: 'CONTENTFUL_COMCAST_CDN_API_KEY',
70+
PREVIEW_API_KEY: 'CONTENTFUL_COMCAST_PREVIEW_API_KEY',
71+
},
72+
},
6673
},
6774

6875
MAILCHIMP: {

config/default.js

+7
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,13 @@ module.exports = {
213213
PREVIEW_API_KEY: '',
214214
},
215215
},
216+
comcast: {
217+
SPACE_ID: '',
218+
master: {
219+
CDN_API_KEY: '',
220+
PREVIEW_API_KEY: '',
221+
},
222+
},
216223
},
217224

218225
MAILCHIMP: {

0 commit comments

Comments
 (0)