Commit 1426ef516af2a3972f26cb71fe3aee6c57c0963c

Updated capistrano script again with minor tweaks

Commit diff

config/deploy.rb

 
1515
1616set :scm, :git
1717set :ssh_options, { :forward_agent => true }
18set :repository, "/var/git/#{application}/mainline.git"
18set :repository, "git@git.sonianarchive.com:#{application}/mainline.git"
1919set :branch, "sonian"
20set :repository_cache, "git-cache"
21set :deploy_to, "/var/www/#{application}"
2220set :deploy_via, :remote_cache
21set :deploy_to, "/var/www/#{application}"
2322
2423after "deploy:setup" do
2524 run "mkdir -p #{shared_path}/config"
toggle raw diff