Commit 90b05101d15d591d7352fee19d6684f0d71355c6

Some deployment updates.

Commit diff

config/deploy.rb

 
2929# I'm using a FreeBSD port here...
3030# depend :remote, :gem, "rmagick", ">= x"
3131
32desc "Symlink the configs into the current release"
33task :after_update_code, :roles => [ :app ] do
34 run "ln -s #{shared_path}/config/database.yml #{release_path}/config/database.yml"
35 run "ln -s #{shared_path}/config/gitorious.yml #{release_path}/config/gitorious.yml"
36end
37
3238desc "Starting and stopping via god."
3339deploy.task :start do
3440 sudo "god load #{deploy_to}/current/config/god.config"
toggle raw diff

config/god.config

 
1rails_servers 'git', 10400, 1
1rails_servers 'git', 10400, 1, 'git'
toggle raw diff