0

I'm just trying to move to the new server with one of my apps, so i'm setting up capistrano with capistrano-unicorn to deploy code.

I've used gem details to set things up.
But i get an error (and a rollback afterwards) which i fail to connect with unicorn or capistrano settings.
the error as follows:

* executing "chmod -R -- g+w \\~/www/elmor.org.ua/releases/20130218122242 && rm -rf -- 

\\~/www/elmor.org.ua/releases/20130218122242/public/system && mkdir -p -- \\~/www/elmor.org.ua/releases/20130218122242/public/ && ln -s -- ~/www/elmor.org.ua/shared/system \\~/www/elmor.org.ua/releases/20130218122242/public/system && rm -rf -- \\~/www/elmor.org.ua/releases/20130218122242/log && ln -s -- ~/www/elmor.org.ua/shared/log \\~/www/elmor.org.ua/releases/20130218122242/log && rm -rf -- \\~/www/elmor.org.ua/releases/20130218122242/tmp/pids && mkdir -p -- \\~/www/elmor.org.ua/releases/20130218122242/tmp/ && ln -s -- ~/www/elmor.org.ua/shared/pids \\~/www/elmor.org.ua/releases/20130218122242/tmp/pids"
    servers: ["elmor.org.ua"]
    [elmor.org.ua] executing command
 ** [out :: elmor.org.ua] chmod: ���������� �������� ������ � �~/www/elmor.org.ua/releases/20130218122242�: ��� ������ ����� ��� �������
    command finished in 73ms
*** [deploy:update_code] rolling back

How can i fix this error? Please help!

4

1 回答 1

0

这是一个宝石错误,现在它正在修复

于 2013-02-27T06:49:52.060 回答