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:
jobs:
- build_deploy:
context: preview-context
context: regexper-preview
filters:
tags:
ignore: /.*/
@ -55,7 +55,7 @@ workflows:
prod:
jobs:
- build_deploy:
context: prod-context
context: regexper-prod
filters:
tags:
only: /.*/