config/config.yaml in docman-0.0.11 vs config/config.yaml in docman-0.0.12

- old
+ new

@@ -9,15 +9,15 @@ handler: :drupal_drush_builder repo: handler: :git_direct_builder dir: handler: :dir_builder - environments: + states: development: local staging: local stable: local - acquia: + git_target: handler: :git_deployer builders: root: handler: :git_direct_builder hooks: @@ -44,9 +44,13 @@ hooks: builder: after_execute: - type: :git_commit execution_dir: $PROJECT$ - environments: + states: development: dev staging: test - stable: test + stable: prod +environments: + local: + deploy_target: local + state: development