Commit e4ceaebd authored by BryceLTaylor's avatar BryceLTaylor

circleci turn on build job for production

parent e6abb412
...@@ -123,7 +123,7 @@ jobs: ...@@ -123,7 +123,7 @@ jobs:
build-staging: build-staging:
<<: *build <<: *build
build-production: build-production:
# <<: *build <<: *build
deploy-staging: deploy-staging:
<<: *deploy <<: *deploy
deploy-production: deploy-production:
...@@ -151,6 +151,14 @@ workflows: ...@@ -151,6 +151,14 @@ workflows:
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleCI-configure-tests - circleCI-configure-tests
- build-production:
context:
- scratch-www-all
- scratch-www-production
filters:
branches:
only:
- master
- deploy-staging: - deploy-staging:
context: context:
- scratch-www-all - scratch-www-all
......
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