Sha256: aa81b53c5e8245635d1db5375605f808a71af44e26aa7f2fb157dbc8578c4c26

Contents?: true

Size: 748 Bytes

Versions: 22

Compression:

Stored size: 748 Bytes

Contents

set :domain, 'mydomain.cz'

server self[:domain], :app, :web, :db, :primary => true

# Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none`

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"

# if you're still using the script/reaper helper you will need
# these http://github.com/rails/irs_process_scripts

# If you are using Passenger mod_rails uncomment this:
# namespace :deploy do
#   
#   task :stop do ; end#   
# end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
o2h-0.2.1 test/config/deploy.rb
o2h-0.2.0 test/config/deploy.rb
o2h-0.1.16 test/config/deploy.rb
o2h-0.1.15 test/config/deploy.rb
o2h-0.1.14 test/config/deploy.rb
o2h-0.1.13 test/config/deploy.rb
o2h-0.1.12 test/config/deploy.rb
o2h-0.1.11 test/config/deploy.rb
o2h-0.1.10 test/config/deploy.rb
o2h-0.1.9 test/config/deploy.rb
o2h-0.1.8 test/config/deploy.rb
o2h-0.1.7 test/config/deploy.rb
o2h-0.1.6 test/config/deploy.rb
o2h-0.1.5 test/config/deploy.rb
o2h-0.1.4 test/config/deploy.rb
o2h-0.1.3 test/config/deploy.rb
o2h-0.1.2 test/config/deploy.rb
o2h-0.1.1 test/config/deploy.rb
o2h-0.1.0 test/config/deploy.rb
o2h-0.0.5 test/config/deploy.rb