From 4ad00c52d90602e1ae00a250a974ddc9590c0a0c Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Mon, 24 Aug 2020 15:03:02 +0530 Subject: [PATCH] ci: deploy on staging and dev --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35f86a19b6..c0b8f6fccb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -230,7 +230,7 @@ workflows: filters: branches: only: - - i-v5-develop-24Aug + - develop # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -251,14 +251,14 @@ workflows: filters: branches: only: - - develop + - hot-fix # This is stage env for production QA releases - "build-prod-staging": context : org-global filters: branches: only: - - i-v5-develop-24Aug + - develop # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration