Skip to content

Commit 6c2781e

Browse files
Merge pull request #6755 from topcoder-platform/PROD-3059
Prod 3059
2 parents dcc459f + 48ddb3d commit 6c2781e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install_dependency: &install_dependency
2828
install_deploysuite: &install_deploysuite
2929
name: Installation of install_deploysuite.
3030
command: |
31-
git clone --branch dev_comm https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
31+
git clone --branch dev https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
3232
cp ./../buildscript/master_deploy.sh .
3333
cp ./../buildscript/buildenv.sh .
3434
cp ./../buildscript/awsconfiguration.sh .
@@ -63,7 +63,7 @@ jobs:
6363
name: "configuring environment"
6464
command: |
6565
./awsconfiguration.sh DEV
66-
./buildenv.sh -e DEV -b dev_communityapp_buildvar,dev_communityapp_deployvar
66+
./buildenv.sh -e DEV -b dev_communityapp_buildvar,dev_communityapp_deployvar -l dev_communityapp_buildvar_ps
6767
- run: *build_docker_image
6868
# Caching node modules.
6969
- save_cache: *save_cache_settings
@@ -207,7 +207,7 @@ jobs:
207207
name: "configuring environment"
208208
command: |
209209
./awsconfiguration.sh PROD
210-
./buildenv.sh -e PROD -b prod_communityapp_buildvar,prod_communityapp_deployvar
210+
./buildenv.sh -e PROD -b prod_communityapp_buildvar,prod_communityapp_deployvar -l prod_communityapp_buildvar_ps
211211
# Build of Docker image.
212212
- run: *build_docker_image
213213
# Caching node modules.

0 commit comments

Comments
 (0)