Good Day (for some : T)
Here is my deploy.rb file configurations:
set :application, “beeew”
set :repository, “http://svn.beeew.com/trunk”
set :domain, “pazap.com”
set :deploy_to, “/var/www/vhosts/beeew.com/httpdocs/current/public”
set :user, “beeew143”
#set(:repository)
{“svn+ssh://#{user}@#{domain}#{deploy_to}/repos/trunk”}
set :rails_env, “production”
when i do cap setup it says:
[pazap.com] executing command
command finished
command "unmask 02 &&\n mkdir -p
/var/www/vhosts/pazap.com/httpdocs/current/public…blah blah…
www/vhosts/pazap.com/… (basically tries to add capistrano folder
structure)…mkdir -p…blah blah…ends with → failed on beeew.com
I am deploying from windows. I double checked the beeew.com folder, and
they’re all 0755…
any suggestions?