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