Sha256: 14315dba8b953e812f28048e79dfd5542bea38d3185b000d3fa470c608950b90
Contents?: true
Size: 1.24 KB
Versions: 32
Compression:
Stored size: 1.24 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
Version data entries
32 entries across 32 versions & 1 rubygems