Commit 74094d08de98d0990a14179cf6c44df6e92b2f53

Updated capistrano script again with minor tweaks
config/deploy.rb
(2 / 3)
  
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"

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment