We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9fad6 commit 643d2d6Copy full SHA for 643d2d6
ember-cli-build.js
@@ -56,7 +56,11 @@ module.exports = function (defaults) {
56
content: process.env.CDN_URL || 'https://assets.datacite.org'
57
},
58
'toast-data-site': {
59
- content: process.env.FABRICA_DEPLOY_TARGET === 'production' || process.env.FABRICA_DEPLOY_TARGET === 'test' ? 'fabrica' : 'fabrica-stage'
+ content: process.env.FABRICA_DEPLOY_TARGET === 'production'
60
+ ? 'fabrica'
61
+ : process.env.FABRICA_DEPLOY_TARGET === 'test'
62
+ ? 'fabrica-test'
63
+ : 'fabrica-stage'
64
}
65
66
'ember-power-select': {
0 commit comments