更早的时候,我使用capistrano和nginx使用客运和独角兽部署了相同的源代码。在那里工作很好。但是现在我正尝试使用Puma服务器来做同样的事情。这些资产根本没有装载。environment/production.rb # Settings specified here will take precedenceCapistrano::SCM::Git
require '
输入命令cap production deploy后,我的代码成功地部署在服务器上,但我的资产不是compiled.below,而是我的deploy.rb文件。#SSHKit.config.command_map[:rake] = "bundle exec rake"lock '3.1.0composer_install do within release_path do