mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
fix documentation in generated deploy.rb
This commit is contained in:
parent
e3a4bdb39e
commit
88bf4c12f9
1 changed files with 1 additions and 1 deletions
|
@ -54,10 +54,10 @@ 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 primary db-server here", :primary => true # This is where Rails migrations will run
|
||||||
role :db, "your slave db-server here"
|
role :db, "your slave db-server here"
|
||||||
|
|
||||||
# If you are using Passenger mod_rails uncomment this:
|
|
||||||
# if you\'re still using the script/reapear helper you will need
|
# if you\'re still using the script/reapear helper you will need
|
||||||
# these http://github.com/rails/irs_process_scripts
|
# these http://github.com/rails/irs_process_scripts
|
||||||
|
|
||||||
|
# If you are using Passenger mod_rails uncomment this:
|
||||||
# namespace :deploy do
|
# namespace :deploy do
|
||||||
# task :start do ; end
|
# task :start do ; end
|
||||||
# task :stop do ; end
|
# task :stop do ; end
|
||||||
|
|
Loading…
Reference in a new issue