Skip to content

Commit 643d2d6

Browse files
Display fabrica-test toasts in test
1 parent 1e9fad6 commit 643d2d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ember-cli-build.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ module.exports = function (defaults) {
5656
content: process.env.CDN_URL || 'https://assets.datacite.org'
5757
},
5858
'toast-data-site': {
59-
content: process.env.FABRICA_DEPLOY_TARGET === 'production' || process.env.FABRICA_DEPLOY_TARGET === 'test' ? 'fabrica' : 'fabrica-stage'
59+
content: process.env.FABRICA_DEPLOY_TARGET === 'production'
60+
? 'fabrica'
61+
: process.env.FABRICA_DEPLOY_TARGET === 'test'
62+
? 'fabrica-test'
63+
: 'fabrica-stage'
6064
}
6165
},
6266
'ember-power-select': {

0 commit comments

Comments
 (0)