Sha256: 51d8f351f9a530647ce1771304c874acda6b73374d11e6168b540d38d8352f01

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 KB

Contents

---
deploy_targets:
  local:
    handler: :common_deployer
    builders:
      root:
        handler: :dir_builder
      drupal:
        handler: :drupal_drush_builder
      repo:
        handler: :git_direct_builder
      dir:
        handler: :dir_builder
    environments:
      development: local
      staging: local
      stable: local
  acquia:
    handler: :git_deployer
    builders:
      root:
        handler: :git_direct_builder
        hooks:
          builder:
            after_execute:
              - type: :git_commit
                execution_dir: $PROJECT$
      drupal:
        handler: :drupal_drush_builder
        hooks:
          builder:
            after_execute:
              - type: :git_commit
                execution_dir: $PROJECT$
      repo:
        handler: :git_strip_builder
        hooks:
          builder:
            after_execute:
              - type: :git_commit
                execution_dir: $PROJECT$
      dir:
        handler: :dir_builder
        hooks:
          builder:
            after_execute:
              - type: :git_commit
                execution_dir: $PROJECT$
    environments:
      development: dev
      staging: test
      stable: test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
docman-0.0.11 config/config.yaml
docman-0.0.10 config/config.yaml
docman-0.0.9 config/config.yaml
docman-0.0.8 config/config.yaml
docman-0.0.7 config/config.yaml
docman-0.0.6 config/config.yaml