Sha256: 34d64c691b68524c87f94094747a825324312d6eb9df861493729e2e25548158
Contents?: true
Size: 654 Bytes
Versions: 68
Compression:
Stored size: 654 Bytes
Contents
set :application, "set your application name here" set :repository, "set your repository location here" set :web_root, "/srv/cyt.ch/" role :web, "your web-server here" # Your HTTP server, Apache/etc role :app, "your app-server here" # This may be the same as your `Web` server role :db, "your primary db-server here", :primary => true # This is where Rails migrations will run role :db, "your slave db-server here" # Configuration set :scm, :git ssh_options[:forward_agent] = true set :use_sudo, false set :deploy_via, :remote_cache set :git_enable_submodules, 1 set :copy_exclude, [".git", "spec"]
Version data entries
68 entries across 68 versions & 1 rubygems