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

Commit c915d74

Browse files
committed
circleci changes
1 parent 8831c35 commit c915d74

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.circleci/config.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ install_build_dependencies: &install_build_dependencies
3333
node --version
3434
npm --version
3535
nvm --version
36+
3637
# Instructinos of deployment
3738
deploy_steps: &deploy_steps
3839
- attach_workspace:
@@ -41,14 +42,14 @@ deploy_steps: &deploy_steps
4142
- run: *install_deploysuite
4243
- setup_remote_docker
4344
- deploy:
44-
name: Running MasterScript.
45-
command: |
46-
# ./deploy.sh $DEPLOY_ENV
47-
./awsconfiguration.sh $DEPLOY_ENV
48-
source awsenvconf
49-
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
50-
source buildenvvar
51-
./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c true
45+
name: Running MasterScript.
46+
command: |
47+
# ./deploy.sh $DEPLOY_ENV
48+
./awsconfiguration.sh $DEPLOY_ENV
49+
source awsenvconf
50+
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
51+
source buildenvvar
52+
./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c true
5253
5354
build_npm_steps: &build_npm_steps
5455
name: "configuring environment building environment"

0 commit comments

Comments
 (0)