mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
circleci turn on build job for production
This commit is contained in:
parent
e6abb412fb
commit
e4ceaebdc9
1 changed files with 9 additions and 1 deletions
|
@ -123,7 +123,7 @@ jobs:
|
|||
build-staging:
|
||||
<<: *build
|
||||
build-production:
|
||||
# <<: *build
|
||||
<<: *build
|
||||
deploy-staging:
|
||||
<<: *deploy
|
||||
deploy-production:
|
||||
|
@ -151,6 +151,14 @@ workflows:
|
|||
- /^hotfix\/.*/
|
||||
- /^release\/.*/
|
||||
- circleCI-configure-tests
|
||||
- build-production:
|
||||
context:
|
||||
- scratch-www-all
|
||||
- scratch-www-production
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- deploy-staging:
|
||||
context:
|
||||
- scratch-www-all
|
||||
|
|
Loading…
Reference in a new issue