Sha256: 49758a1d61757738ad7b2b9b0e4d70105e5be141c0a49487043d49a2dcfe0931

Contents?: true

Size: 1.26 KB

Versions: 25

Compression:

Stored size: 1.26 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
    states:
      development: local
      staging: local
      stable: local
  git_target:
    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$
    states:
      development: dev
      staging: test
      stable: prod
environments:
  local:
    deploy_target: local
    state: development
    clean_changed: true

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
docman-0.0.48 config/config.yaml
docman-0.0.47 config/config.yaml
docman-0.0.46 config/config.yaml
docman-0.0.45 config/config.yaml
docman-0.0.44 config/config.yaml