Sha256: 5db28630df96a4019f6ecc4f0a81fc0e7a56a8a9e3faf515dec3bbee6755292d

Contents?: true

Size: 352 Bytes

Versions: 11

Compression:

Stored size: 352 Bytes

Contents

set :stage, :production

set :branch, "master"

set :full_app_name, "#{fetch(:application)}_#{fetch(:stage)}"

server '<%= @production_server_address %>', user: '<%= @deploy_user %>', roles: %w{web app db}, primary: true

set :deploy_to, "/home/#{fetch(:deploy_user)}/apps/#{fetch(:full_app_name)}"

set :rails_env, :production

set :enable_ssl, false

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
teleporter-2.0.2 lib/generators/teleport/templates/capistrano/deploy/production.rb.tt
teleporter-2.0.1 lib/generators/teleport/templates/capistrano/deploy/production.rb.tt
teleporter-2.0.0 lib/generators/teleport/templates/capistrano/deploy/production.rb.tt
teleporter-1.2.4 lib/generators/initial/templates/capistrano/deploy/production.rb.tt
teleporter-1.2.3 lib/generators/initial/templates/capistrano/deploy/production.rb.tt
teleporter-1.2.2 lib/generators/initial/templates/capistrano/deploy/production.rb.tt
teleporter-1.2.1 lib/generators/initial/templates/capistrano/deploy/production.rb.tt
teleporter-1.1.1 lib/generators/initial/templates/capistrano/deploy/production.rb.tt
teleporter-1.1.0 lib/generators/initial/templates/capistrano/deploy/production.rb.tt
teleporter-1.0.2 lib/generators/initial/templates/capistrano/deploy/production.rb.tt
teleporter-1.0.1 lib/generators/initial/templates/capistrano/deploy/production.rb.tt