Sha256: a2e9b421635d7ef2c42812e2bb41f3e9cf8ecc4cb589dccfa149b999bf83781c

Contents?: true

Size: 220 Bytes

Versions: 8

Compression:

Stored size: 220 Bytes

Contents

# Define stage
set :stage, :staging

# Server info
server 'www.example.com', user: 'deploy', group: 'console', roles: %w(web app db)
set :server_name, 'www.example.com example.com'

# Deploy branch
set :branch, :develop

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rgentpl-1.2.6 src/config/deploy/staging.rb
rgentpl-1.2.5 src/config/deploy/staging.rb
rgentpl-1.2.4.3 src/config/deploy/staging.rb
rgentpl-1.2.4.2 src/config/deploy/staging.rb
rgentpl-1.2.4.1 src/config/deploy/staging.rb
rgentpl-1.2.4 src/config/deploy/staging.rb
rgentpl-1.2.3 src/config/deploy/staging.rb
rgentpl-1.2.2 src/config/deploy/staging.rb