Deploy Spree store to Vexxhost - Capistrano deployment problem with git and windows : need urgent help

50 views
Skip to first unread message

mylottofinder

unread,
Sep 20, 2012, 6:25:05 AM9/20/12
to spree...@googlegroups.com
Hi,
 
Anyone who have experienced to deploy your spree store to VexxHost.
I have tried to deploy my spree store to VexxHost with no success for 2 week.
 
It always returns an error stating that "too many argument". See below error
 
c:\rails_apps\fruitstore>cap deploy:cold
  * executing `deploy:cold'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    executing locally: "git ls-remote c:/rails_apps/fruitstore HEAD"
    command finished in 655ms
  * getting (via checkout) revision 0c64caf189cb496255c6f57eae33748dc0980446 to C:/Users/Kam/AppData/Local/Temp/20120920
100749
    executing locally: git clone -q c:/rails_apps/fruitstore C:/Users/Kam/AppData/Local/Temp/20120920100749 && cd C:/Use
rs/Kam/AppData/Local/Temp/20120920100749 && git checkout -q -b deploy 0c64caf189cb496255c6f57eae33748dc0980446
Too many arguments.
 
I am googling and trying below link solution, but it still does not work.
 
Ruby version
c:\rails_apps\fruitstore>ruby --version
ruby 1.9.3p194 (2012-04-20) [i386-mingw32]
 
Capistrano version
c:\rails_apps\fruitstore>gem list capistrano
capistrano (2.13.3)
capistrano-vexxhost (1.0.3, 1.0.2)
 
My deploy.rb file
============
require 'capistrano'
require 'capistrano-vexxhost'
require 'bundler/capistrano'
set :user, "user"
set :password, "password"
set :domain, "comprogestore.com"
set :mount_path, "/home/xxxx/rails_apps"
set :application, "fruitstore"
set :repository,       "c:/rails_apps/fruitstore"
set :local_repository, "c:/rails_apps/fruitstore"
set :scm, :git
set :deploy_via, :copy
default_run_options[:pty] = true
 
 
Please advise.
We nee urgent help
 

German Garcia

unread,
Sep 20, 2012, 6:32:18 PM9/20/12
to spree...@googlegroups.com
Try logging in the host and executing those manually, you might get more info
Reply all
Reply to author
Forward
0 new messages