15 lines
136 B
YAML
15 lines
136 B
YAML
|
|
shared: &shared
|
||
|
|
version: '4.10.0'
|
||
|
|
|
||
|
|
development:
|
||
|
|
<<: *shared
|
||
|
|
|
||
|
|
production:
|
||
|
|
<<: *shared
|
||
|
|
|
||
|
|
staging:
|
||
|
|
<<: *shared
|
||
|
|
|
||
|
|
test:
|
||
|
|
<<: *shared
|