deploy banner fix

This commit is contained in:
Matthias Kretschmann 2017-08-24 15:21:12 +02:00
parent d54d8b01ac
commit aa364b6cd7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 2 deletions

View File

@ -313,9 +313,9 @@ const buildBanner = (done) => {
const deployBanner = (done) => {
let deployTarget
if ($.util.env.production) {
if ($.util.env.live) {
deployTarget = 'Live'
} else if ($.util.env.staging) {
} else if ($.util.env.beta) {
deployTarget = 'Beta'
} else {
deployTarget = 'Gamma'