Skip to content

Commit 4ad00c5

Browse files
committed
ci: deploy on staging and dev
1 parent a95a319 commit 4ad00c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- i-v5-develop-24Aug
233+
- develop
234234
# This is alternate dev env for parallel testing
235235
- "build-test":
236236
context : org-global
@@ -251,14 +251,14 @@ workflows:
251251
filters:
252252
branches:
253253
only:
254-
- develop
254+
- hot-fix
255255
# This is stage env for production QA releases
256256
- "build-prod-staging":
257257
context : org-global
258258
filters:
259259
branches:
260260
only:
261-
- i-v5-develop-24Aug
261+
- develop
262262
# Production builds are exectuted
263263
# when PR is merged to the master
264264
# Don't change anything in this configuration

0 commit comments

Comments
 (0)