14 lines
135 B
YAML
14 lines
135 B
YAML
shared: &shared
|
|
version: '1.8.0'
|
|
|
|
development:
|
|
<<: *shared
|
|
|
|
production:
|
|
<<: *shared
|
|
|
|
staging:
|
|
<<: *shared
|
|
|
|
test:
|
|
<<: *shared
|