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:
commit
98b3d1dfdb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue