Why does Capistrano deployment fail at assets:precompile without error?
问题 I've tried everything I could think of, but I can't get deployment to work. The app needs to deploy to a VPS hosted by Alwaysdata and running ruby 2.6.2, using Capistrano for deployment. It's a Rails 6.0.2.2 application, using webpack for JS and sprockets for legacy scripts, all images and CSS. # On local machine (MacOS) $ bundle exec cap production deploy 00:00 git:wrapper 00:01 git:check 00:03 deploy:check:directories 00:03 deploy:check:linked_dirs 00:03 deploy:check:make_linked_dirs 00:05