Sha256: a7a507e35f1dfbc23fe2229c99f6feab82356f50710a57182682df6b5eedfa9a

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

variables:
  application: 'market1'
  app_servers:
    - web1.example.com
    - web2.example.com
roles:
  app:
    - "app1.example.com"
    - "app2.example.com"
  db:
    - "app1.example.com"
    - {primary: true}
string: |
  set :branch, :master
  role(:web) { fetch(:app_servers) }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-multimarket-0.0.3 examples/config/deploy/markets/staging/blog/site1.yml
capistrano-multimarket-0.0.2 examples/config/deploy/markets/staging/blog/site1.yml
capistrano-multimarket-0.0.1 examples/config/deploy/markets/staging/blog/site1.yml