Displaying 2 results from an estimated 2 matches for "copy_strategy".
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
.../QT0dZR+AlfA@public.gmane.org:myrepo/myapp.git"
set :branch, "bkpantesbootstrap" # "master"
set :scm, "git" # :git
set :user, "myuser"
set :deploy_to, "/home/myuser/apps/#{application}"
set :deploy_via, :copy # :remote_cache
set :copy_strategy, :export
set :use_sudo, false
set :keep_releases, 3
role :web, ''xxx.xx.xx.xx'' # # Your HTTP server, Apache/etc
role :app, ''xxx.xx.xx.xx'' # This may be the same
as your `Web` server
role :db, ''xxx.xx.xx.xx'', :p...
2013 Mar 14
1
Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
...1"
set :repository, "git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:xxxxxxxx/myapp1.git"
set :branch, "master"
set :scm, "git"
set :user, "myapp1"
set :deploy_to, "/home/myapp1/apps/#{application}"
set :deploy_via, :remote_cache
set :copy_strategy, :export
set :use_sudo, false
set :keep_releases, 3
role :web, ''my IP''
role :app, ''my IP''
role :db, ''my IP'', :primary => true
set :port, 22
after ''deploy:update_code'' do
run "cd #{rele...