Skip to content

Commit 85a9f5b

Browse files
authored
ci: deploy on QA ENV
1 parent 747e8f6 commit 85a9f5b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- develop
234-
- feature-contentful
233+
- hot-fix
235234
# This is alternate dev env for parallel testing
236235
- "build-test":
237236
context : org-global
@@ -252,15 +251,14 @@ workflows:
252251
filters:
253252
branches:
254253
only:
255-
- develop
256-
- feature-contentful
254+
- hot-fix
257255
# This is stage env for production QA releases
258256
- "build-prod-staging":
259257
context : org-global
260258
filters:
261259
branches:
262260
only:
263-
- develop
261+
- hot-fix
264262
# Production builds are exectuted
265263
# when PR is merged to the master
266264
# Don't change anything in this configuration

0 commit comments

Comments
 (0)