Renaming CircleCI contexts to be more specific

This commit is contained in:
Jeff Avallone 2018-05-28 11:12:52 -04:00
parent ab786ae242
commit 6ced6fddd5
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ workflows:
preview: preview:
jobs: jobs:
- build_deploy: - build_deploy:
context: preview-context context: regexper-preview
filters: filters:
tags: tags:
ignore: /.*/ ignore: /.*/
@ -55,7 +55,7 @@ workflows:
prod: prod:
jobs: jobs:
- build_deploy: - build_deploy:
context: prod-context context: regexper-prod
filters: filters:
tags: tags:
only: /.*/ only: /.*/