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

Commit d64dbac

Browse files
committed
QA changes
1 parent 7562e41 commit d64dbac

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ jobs:
5050
APPNAME: "micro-frontends-react-app"
5151
steps: *builddeploy_steps
5252

53+
# Build & Deploy against development backend
54+
"build-qa":
55+
<<: *defaults
56+
environment:
57+
DEPLOY_ENV: "QA"
58+
LOGICAL_ENV: "qa"
59+
APPNAME: "micro-frontends-react-app"
60+
steps: *builddeploy_steps
61+
5362
"build-prod":
5463
<<: *defaults
5564
environment:
@@ -70,6 +79,14 @@ workflows:
7079
only:
7180
- dev
7281

82+
# Development builds are executed on "develop" branch only.
83+
- "build-qa":
84+
context: org-global
85+
filters:
86+
branches:
87+
only:
88+
- qa
89+
7390
# Production builds are exectuted only on tagged commits to the
7491
# master branch.
7592
- "build-prod":

0 commit comments

Comments
 (0)