Sha256: 19cddbfa82bcbd1d040b918eca6dbbbb9de077a9c72299234215dfc3657963f6

Contents?: true

Size: 222 Bytes

Versions: 8

Compression:

Stored size: 222 Bytes

Contents

# Define stage
set :stage, :production

# 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, :master

Version data entries

8 entries across 8 versions & 1 rubygems

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