Commit 54a81bf1 authored by BryceLTaylor's avatar BryceLTaylor

circleci turn off deploy to staging with circle

parent e4ceaebd
...@@ -159,42 +159,42 @@ workflows: ...@@ -159,42 +159,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\/.*/
- circleCI-configure-tests # - circleCI-configure-tests
- integration-staging-jest: # - integration-staging-jest:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- deploy-staging # - deploy-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - circleCI-configure-tests
- integration-staging-tap: # - integration-staging-tap:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- deploy-staging # - deploy-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - 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