Report this

What is the reason for this report?

trying to deploy using capistrano. stuck at cap deploy:cold (getting a weird error)

Posted on January 28, 2014

Hi,

I am following this guide https://coderwall.com/p/yz8cha

everything went well, until i reached cap deploy:cold where I get the following error :

*** [deploy:update_code] rolling back

  • executing “rm -rf /home/harris/harrisrobin.co/releases/20140128225905; true” servers: [“198.199.122.209”] [198.199.122.209] executing command command finished in 354ms failed: “rvm_path=$HOME/.rvm $HOME/.rvm/bin/rvm-shell ‘default’ -c ‘cd – /home/harris/harrisrobin.co/releases/20140128225905 && RAILS_ENV=production RAILS_GROUPS=assets bundle exec rake assets:precompile’” on 198.199.122.209

I do not know how to interpret this.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Try ssh-ing into your droplet as “harris” and running <code>rvm_path=$HOME/.rvm $HOME/.rvm/bin/rvm-shell ‘default’ -c 'cd – /home/harris/harrisrobin.co/releases/20140128225905 && RAILS_ENV=production RAILS_GROUPS=assets bundle exec rake assets:precompile</code> manually—does it return any errors?

Facing the same situation… let me know if you have found a solution.

got stuck in the same situation. Please help…

command finished in 59140ms

*** [deploy:update_code] rolling back

  • executing “rm -rf /home/deployer/apps/tiangge/releases/20150123133459; true” servers: [“128.199.74.8”] [128.199.74.8] executing command command finished in 1617ms failed: “rvm_path=$HOME/.rvm $HOME/.rvm/bin/rvm-shell ‘default’ -c ‘cd /home/deployer/apps/tiangge/releases/20150123133459 && bundle install --gemfile /home/deployer/apps/tiangge/releases/20150123133459/Gemfile --path /home/deployer/apps/tiangge/shared/bundle --deployment --quiet --without development test’”

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.