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
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Facing the same situation… let me know if you have found a solution.
got stuck in the same situation. Please help…
*** [deploy:update_code] rolling back
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?