Skip to content

Commit 8cf6a22

Browse files
authored
deploying on beta and test
1 parent fbf464d commit 8cf6a22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,22 @@ workflows:
175175
branches:
176176
only:
177177
- develop
178-
# This is alternate dev env for parallel testing
178+
- feature-contentful
179+
# This is alternate dev env for parallel testing
179180
- "build-test":
180181
context : org-global
181182
filters:
182183
branches:
183184
only:
184185
- develop
185-
- feature-contentful
186186
# This is beta env for production soft releases
187187
- "build-prod-beta":
188188
context : org-global
189189
filters:
190190
branches:
191191
only:
192192
- develop
193+
- feature-contentful
193194
# Production builds are exectuted only on tagged commits to the
194195
# master branch.
195196
- "build-prod":

0 commit comments

Comments
 (0)