File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -139,15 +139,15 @@ jobs:
139139 environment :
140140 DEPLOY_ENV : " QA"
141141 LOGICAL_ENV : " qa"
142- APPNAME : " platform-ui-mvp-v6 "
142+ APPNAME : " platform-ui-mvp"
143143 steps : *build_steps
144144
145145 build-prod :
146146 << : *defaults
147147 environment :
148148 DEPLOY_ENV : " PROD"
149149 LOGICAL_ENV : " prod"
150- APPNAME : " platform-ui-mvp-v6 "
150+ APPNAME : " platform-ui-mvp"
151151 steps : *build_steps
152152
153153 # Just tests commited code.
@@ -157,7 +157,7 @@ jobs:
157157 DEPLOY_ENV : " DEV"
158158 LOGICAL_ENV : " dev"
159159 ENABLE_CACHE : true
160- APPNAME : " platform-ui-mvp-v6 "
160+ APPNAME : " platform-ui-mvp"
161161 steps : *deploy_steps
162162
163163 deployQa :
@@ -166,7 +166,7 @@ jobs:
166166 DEPLOY_ENV : " QA"
167167 LOGICAL_ENV : " qa"
168168 ENABLE_CACHE : true
169- APPNAME : " platform-ui-mvp-v6 "
169+ APPNAME : " platform-ui-mvp"
170170 steps : *deploy_steps
171171
172172 deployProd :
@@ -175,7 +175,7 @@ jobs:
175175 DEPLOY_ENV : " PROD"
176176 LOGICAL_ENV : " prod"
177177 ENABLE_CACHE : true
178- APPNAME : " platform-ui-mvp-v6 "
178+ APPNAME : " platform-ui-mvp"
179179 steps : *deploy_steps
180180
181181workflows :
You can’t perform that action at this time.
0 commit comments