diff --git a/Jenkinsfile b/Jenkinsfile index 4f1ceda47..6fa70c8fb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ def BRANCH_ENV = [ node { stage('Setup') { - env.BACK_REPLICAS = 1 + env.FRONT_REPLICAS = 1 env.NODE_ENV = BRANCH_ENV[env.BRANCH_NAME] ?: 'dev' PROTECTED_BRANCH = [