Skip to content

Commit 05192bf

Browse files
ci: Deploy feature/profile-add-edgenet to Stag env
1 parent 4abd37d commit 05192bf

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
@@ -355,22 +355,22 @@ workflows:
355355
filters:
356356
branches:
357357
only:
358-
- feature/profile-add-edgenet
358+
- free
359359
# This is beta env for production soft releases
360360
- "build-prod-beta":
361361
context : org-global
362362
filters:
363363
branches:
364364
only:
365-
- feature/profile-add-edgenet
365+
- free
366366
# This is stage env for production QA releases
367367
- "build-prod-staging":
368368
context : org-global
369369
filters: &filters-staging
370370
branches:
371371
only:
372372
- develop
373-
- topgear-app
373+
- feature/profile-add-edgenet
374374
# Production builds are exectuted
375375
# when PR is merged to the master
376376
# Don't change anything in this configuration

0 commit comments

Comments
 (0)