Sha256: 89159673955f6bf1dd60c23f05e4b5eb100f3b75b4e0f6c7bc904896925fb9e4
Contents?: true
Size: 741 Bytes
Versions: 9
Compression:
Stored size: 741 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" # Sync directories set :sync_directories, ['dir', 'another-dir'] set :sync_backups, 3 # 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
9 entries across 9 versions & 1 rubygems