We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83c7518 + 863b73f commit dd72ae4Copy full SHA for dd72ae4
.circleci/config.yml
@@ -52,6 +52,14 @@ jobs:
52
APPNAME: "taas-es-processor"
53
steps: *builddeploy_steps
54
55
+ "build-qa":
56
+ <<: *defaults
57
+ environment:
58
+ DEPLOY_ENV: "QA"
59
+ LOGICAL_ENV: "qa"
60
+ APPNAME: "taas-es-processor"
61
+ steps: *builddeploy_steps
62
+
63
"build-prod":
64
<<: *defaults
65
environment:
@@ -72,6 +80,13 @@ workflows:
72
80
only:
73
81
- dev
74
82
83
+ - "build-qa":
84
+ context : org-global
85
+ filters:
86
+ branches:
87
+ only:
88
+ - qa
89
75
90
# Production builds are exectuted only on tagged commits to the
76
91
# master branch.
77
92
- "build-prod":
0 commit comments