mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
circleci turn on running staging deploy and integration jobs
This commit is contained in:
parent
ccd78b7692
commit
e605f0b7a0
1 changed files with 40 additions and 36 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue