mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 01:26:52 +01:00
deploy banner fix
This commit is contained in:
parent
d54d8b01ac
commit
aa364b6cd7
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user