Sha256: 8fc8527e3b8657bf7785862826fa0f77a228d7b880fd7818340799c7bc9d7f63

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

---
deploy_targets:
  local:
    handler: LocalDeployer
    builders:
      root:
        handler: :common
        type: dir
      drupal:
        handler: :drupal
        type: drupal
      repo:
        handler: :git
        type: direct
      dir:
        handler: :common
        type: dir
  acquia:
    handler: GitDeployer
    deploy_action: git_push
    builders:
      root:
        handler: :git
        type: direct
        after_build_actions:
          - git_commit
      drupal:
        handler: :drupal
        type: drupal
        after_build_actions:
          - git_commit
      repo:
        handler: :git
        type: strip
        after_build_actions:
          - git_commit
      dir:
        handler: :common
        type: dir
        after_build_actions:
          - git_commit

environments:
  local:
    deploy_target: local
    state: development
  dev:
    deploy_target: acquia
    state: development
  test:
    deploy_target: acquia
    state: staging
  prod:
    deploy_target: acquia
    state: stable

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docman-0.0.4 config/config.yaml
docman-0.0.3 config/config.yaml