Sha256: 46ee653dd3ddad4ec9226825bc0a02c4aba96f3fba57b70118550574fa375546

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

---
deploy_targets:
  local:
    handler: :common_deployer
    builders:
      root:
        handler: :common
        type: dir
      drupal:
        handler: :drupal
        type: drupal
      repo:
        handler: :git
        type: direct
      dir:
        handler: :common
        type: dir
  acquia:
    handler: :git_deployer
    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

1 entries across 1 versions & 1 rubygems

Version Path
docman-0.0.5 config/config.yaml