Sha256: a7ffba211c8554ac3d7af2cafb9197818037f65fb57f3188ad702695ec41d867

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

# Simple Role Syntax
# ==================
# Supports bulk-adding hosts to roles, the primary
# server in each group is considered to be the first
# unless any hosts have the primary property set.
# Don't declare `role :all`, it's a meta role
role :app, %w{staging_user@app.example.com}
role :web, %w{staging_user@web.example.com}
role :db,  %w{staging_user@db.example.com}
set :deploy_to, '/www/staging.example.com/current'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dbcp-0.2.1 spec/fixtures/config/deploy/staging.rb
dbcp-0.2.0 spec/fixtures/config/deploy/staging.rb