Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 358c2d7

Browse files
committed
chore: stop deploying mock server
1 parent 2038065 commit 358c2d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ builddeploy_steps: &builddeploy_steps
4848
source buildenvvar
4949
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
5050
51-
#For mock server
52-
echo "Running Masterscript - For mock server"
53-
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-mock-${APPNAME}-deployvar
54-
source buildenvvar
55-
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-mock-${APPNAME}-appvar -i mock-${APPNAME}
56-
5751
jobs:
5852
# Build & Deploy against development backend
5953
"build-dev":

0 commit comments

Comments
 (0)