circleci turn on running staging deploy and integration jobs

This commit is contained in:
BryceLTaylor 2021-03-02 11:35:15 -05:00
parent ccd78b7692
commit e605f0b7a0

View file

@ -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:
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