Displaying 1 result from an estimated 1 matches for "bkpantesbootstrap".
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
...t :rvm_ruby_string, :local # Or whatever env you want it to run
in. ''1.9.3''
set :domain, ''www.xxx.com''
set :application, "myapp"
set :repository, "git-9UaJU3cA/F/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, ''x...