1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge branch 'master' of https://github.com/tcopeland/capistrano into tcopeland-master

This commit is contained in:
Lee Hambley 2011-01-24 14:30:42 +01:00
commit 98b3d1dfdb

View file

@ -54,7 +54,7 @@ role :app, "your app-server here" # This may be the sam
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/reapear helper you will need
# 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: