1
0
Fork 0
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:
John Joseph Bachir 2010-11-03 17:31:23 -04:00
parent e3a4bdb39e
commit 88bf4c12f9

View file

@ -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