Sha256: fac552368d01e940c07a721dc9dac1de5a4b2c5086e0ee67d03150ee28515a62
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
set :repo_url, '<%= @git_repo_url %>' set :application, '<%= @app_name %>' set :deploy_to, -> { "/home/#{fetch(:deploy_user)}/apps/#{fetch(:application)}_#{fetch(:stage)}" } set :puma_init_active_record, true set :puma_preload_app, false set :puma_prune_bundler, true set :rbenv_type, :system set :rbenv_ruby, '<%= @ruby_version %>' set :rbenv_prefix, "RBENV_ROOT=#{fetch(:rbenv_path)} RBENV_VERSION=#{fetch(:rbenv_ruby)} #{fetch(:rbenv_path)}/bin/rbenv exec" set :rbenv_map_bins, %w(rake gem bundle ruby rails) set :linked_files, %w(config/database.yml) set :linked_dirs, %w(bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system public/uploads)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teleporter-2.0.11 | lib/generators/teleport/templates/capistrano/deploy/deploy.rb.tt |