Commit e605f0b7 authored by BryceLTaylor's avatar BryceLTaylor

circleci turn on running staging deploy and integration jobs

parent ccd78b76
...@@ -146,6 +146,7 @@ workflows: ...@@ -146,6 +146,7 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleCI-configure-tests
- build-production: - build-production:
context: context:
- scratch-www-all - scratch-www-all
...@@ -154,39 +155,42 @@ workflows: ...@@ -154,39 +155,42 @@ workflows:
branches: branches:
only: only:
- master - master
# - deploy-staging: - deploy-staging:
# context: context:
# - scratch-www-all - scratch-www-all
# - scratch-www-staging - scratch-www-staging
# requires: requires:
# - build-staging - build-staging
# filters: filters:
# branches: branches:
# only: only:
# - develop - develop
# - /^hotfix\/.*/ - /^hotfix\/.*/
# - /^release\/.*/ - /^release\/.*/
# - integration-staging-jest: - circleCI-configure-tests
# context: - integration-staging-jest:
# - scratch-www-all context:
# - scratch-www-staging - scratch-www-all
# requires: - scratch-www-staging
# - deploy-staging requires:
# filters: - deploy-staging
# branches: filters:
# only: branches:
# - develop only:
# - /^hotfix\/.*/ - develop
# - /^release\/.*/ - /^hotfix\/.*/
# - integration-staging-tap: - /^release\/.*/
# context: - circleCI-configure-tests
# - scratch-www-all - integration-staging-tap:
# - scratch-www-staging context:
# requires: - scratch-www-all
# - deploy-staging - scratch-www-staging
# filters: requires:
# branches: - deploy-staging
# only: filters:
# - develop branches:
# - /^hotfix\/.*/ only:
# - /^release\/.*/ - develop
- /^hotfix\/.*/
- /^release\/.*/
- circleCI-configure-tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment