Sha256: 9521ce61eb16abbe7d863c224ab4896bf96d99efe6bc05d71aac608698fa0b73

Contents?: true

Size: 222 Bytes

Versions: 8

Compression:

Stored size: 222 Bytes

Contents

# Define stage
set :stage, :production

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

# Deploy branch
set :branch, :master

Version data entries

8 entries across 8 versions & 1 rubygems

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