mirror of https://github.com/databricks/cli.git
21 lines
231 B
YAML
21 lines
231 B
YAML
|
bundle:
|
||
|
name: sync_paths
|
||
|
|
||
|
workspace:
|
||
|
host: https://acme.cloud.databricks.com/
|
||
|
|
||
|
sync:
|
||
|
paths:
|
||
|
- src
|
||
|
|
||
|
targets:
|
||
|
development:
|
||
|
sync:
|
||
|
paths:
|
||
|
- development
|
||
|
|
||
|
staging:
|
||
|
sync:
|
||
|
paths:
|
||
|
- staging
|