Renaming CircleCI contexts to be more specific
This commit is contained in:
parent
ab786ae242
commit
6ced6fddd5
@ -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: /.*/
|
||||
|
Loading…
Reference in New Issue
Block a user