circleci turn on build job for production

This commit is contained in:
BryceLTaylor 2021-02-18 14:36:45 -05:00
parent e6abb412fb
commit e4ceaebdc9

View file

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