Skip to content

Commit 1bf042d

Browse files
committed
ci: deploy on staging and test env
1 parent 6fd9a02 commit 1bf042d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

+4-5
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
@@ -245,21 +244,21 @@ workflows:
245244
filters:
246245
branches:
247246
only:
248-
- develop
247+
- hot-fix
249248
# This is beta env for production soft releases
250249
- "build-prod-beta":
251250
context : org-global
252251
filters:
253252
branches:
254253
only:
255-
- integration-v5-challenge-api
254+
- hot-fix
256255
# This is stage env for production QA releases
257256
- "build-prod-staging":
258257
context : org-global
259258
filters:
260259
branches:
261260
only:
262-
- develop
261+
- integration-v5-challenge-api
263262
# Production builds are exectuted
264263
# when PR is merged to the master
265264
# Don't change anything in this configuration

0 commit comments

Comments
 (0)