Question
Capistrano 3 deploy assets:precompile error
So I’m following this tutorial on my VPS which is Debian 7:
After the deploy, the last message on terminal is:
bash: line 1: 30225 Aborted ( RAILS_ENV=production /usr/local/rvm/bin/rvm default do bundle exec rake assets:precompile )
rake stderr: Nothing written
On the app directory doesn’t have the “current” dir, just (shared/repo/releases) Seeing by this link, I need to do something that is not in the tutorial?
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.
×
Hello, did you find a solution for this problem?