Skip to content

Commit 1a8aacb

Browse files
committed
ci: fixing file
1 parent 4ec7b03 commit 1a8aacb

File tree

1 file changed

+30
-28
lines changed

1 file changed

+30
-28
lines changed

.circleci/config.yml

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -91,33 +91,35 @@ jobs:
9191
source awsenvconf
9292
source buildenvvar
9393
./master_deploy.sh -d ECS -e DEV -t latest -s test_communityapp_taskvar -i communityapp
94-
# Build & Deploy against development backend
95-
"build-qa":
96-
<<: *defaults
97-
steps:
98-
# Initialization.
99-
- checkout
100-
- setup_remote_docker
101-
- run: *install_dependency
102-
- run: *install_deploysuite
103-
# Restoration of node_modules from cache.
104-
- restore_cache: *restore_cache_settings_for_build
105-
# Build of Docker image.
106-
- run:
107-
name: "configuring environment"
108-
command: |
109-
./awsconfiguration.sh DEV
110-
./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar
111-
- run: *build_docker_image
112-
# Caching node modules.
113-
- save_cache: *save_cache_settings
114-
# Deployment.
115-
- deploy:
116-
name: Running MasterScript
117-
command: |
118-
source awsenvconf
119-
source buildenvvar
120-
./master_deploy.sh -d ECS -e DEV -t latest -s qa_communityapp_taskvar -i communityapp
94+
95+
# Build & Deploy against testing backend
96+
"build-qa":
97+
<<: *defaults
98+
steps:
99+
# Initialization.
100+
- checkout
101+
- setup_remote_docker
102+
- run: *install_dependency
103+
- run: *install_deploysuite
104+
# Restoration of node_modules from cache.
105+
- restore_cache: *restore_cache_settings_for_build
106+
- run:
107+
name: "configuring environment"
108+
command: |
109+
./awsconfiguration.sh DEV
110+
./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar
111+
# Build of Docker image.
112+
- run: *build_docker_image
113+
# Caching node modules.
114+
- save_cache: *save_cache_settings
115+
# Deployment.
116+
- deploy:
117+
name: Running MasterScript
118+
command: |
119+
source awsenvconf
120+
source buildenvvar
121+
./master_deploy.sh -d ECS -e DEV -t latest -s qa_communityapp_taskvar -i communityapp
122+
121123
# Build & Deploy against prod api backend
122124
"build-prod-beta":
123125
<<: *defaults
@@ -243,7 +245,7 @@ workflows:
243245
filters:
244246
branches:
245247
only:
246-
- develop-on-qa-env
248+
- develop-on-qa-env
247249
# This is beta env for production soft releases
248250
- "build-prod-beta":
249251
context : org-global

0 commit comments

Comments
 (0)