Skip to content

Commit

Permalink
added stage domains map
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bogos committed Jun 7, 2024
1 parent 0dc258d commit ebb7c8c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ const CONFIG = {
geoRouting: 'on',
productionDomain: 'business.adobe.com',
prodDomains: ['business.adobe.com', 'www.adobe.com'],
stageDomainsMap: {
"business.adobe.com": "business.stage.adobe.com",

Check failure on line 124 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":124,"column":5,"nodeType":"Literal","messageId":"wrongQuotes","endLine":124,"endColumn":25,"fix":{"range":[5344,5364],"text":"'business.adobe.com'"}}

Check failure on line 124 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":124,"column":27,"nodeType":"Literal","messageId":"wrongQuotes","endLine":124,"endColumn":53,"fix":{"range":[5366,5392],"text":"'business.stage.adobe.com'"}}
"www.adobe.com": "www.stage.adobe.com",

Check failure on line 125 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":125,"column":5,"nodeType":"Literal","messageId":"wrongQuotes","endLine":125,"endColumn":20,"fix":{"range":[5398,5413],"text":"'www.adobe.com'"}}

Check failure on line 125 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":125,"column":22,"nodeType":"Literal","messageId":"wrongQuotes","endLine":125,"endColumn":43,"fix":{"range":[5415,5436],"text":"'www.stage.adobe.com'"}}
"learning.adobe.com": "learning.stage.adobe.com",

Check failure on line 126 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":126,"column":5,"nodeType":"Literal","messageId":"wrongQuotes","endLine":126,"endColumn":25,"fix":{"range":[5442,5462],"text":"'learning.adobe.com'"}}

Check failure on line 126 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":126,"column":27,"nodeType":"Literal","messageId":"wrongQuotes","endLine":126,"endColumn":53,"fix":{"range":[5464,5490],"text":"'learning.stage.adobe.com'"}}
"solutionpartners.adobe.com": "solutionpartners.stage.adobe.com",

Check failure on line 127 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":127,"column":5,"nodeType":"Literal","messageId":"wrongQuotes","endLine":127,"endColumn":33,"fix":{"range":[5496,5524],"text":"'solutionpartners.adobe.com'"}}

Check failure on line 127 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":127,"column":35,"nodeType":"Literal","messageId":"wrongQuotes","endLine":127,"endColumn":69,"fix":{"range":[5526,5560],"text":"'solutionpartners.stage.adobe.com'"}}
"news.adobe.com": "news.stage.adobe.com",

Check failure on line 128 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 Strings must use singlequote. Raw Output: {"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":128,"column":5,"nodeType":"Literal","messageId":"wrongQuotes","endLine":128,"endColumn":21,"fix":{"range":[5566,5582],"text":"'news.adobe.com'"}}
"adobe.io": "stage.adobe.io",
"developer.adobe.com": "developer-stage.adobe.com"
},
autoBlocks: [
{ iframe: 'https://adobe-ideacloud.forgedx.com' },
{ iframe: 'https://adobe.ideacloud.com' },
Expand Down

0 comments on commit ebb7c8c

Please sign in to comment.