部署时出现 Capistrano 错误(找不到命令:sneakersctl)
Capistrano error while deploy (command not found: sneakersctl)
我在部署时遇到以下错误,无法找出发生了什么。
有什么想法吗?
The deploy has failed with an error: #<SSHKit::Runner::ExecuteError:
Exception while executing as deploy@###.###.##.##: bundle exit status: 127
bundle stdout: Warning: the running version of Bundler is older than the version that created the lockfile.
We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
bundler: command not found: sneakersctl
我需要将 sneakers.rb 文件中的设置更改为
set :sneakers_run_config, -> { true }
我在部署时遇到以下错误,无法找出发生了什么。
有什么想法吗?
The deploy has failed with an error: #<SSHKit::Runner::ExecuteError:
Exception while executing as deploy@###.###.##.##: bundle exit status: 127
bundle stdout: Warning: the running version of Bundler is older than the version that created the lockfile.
We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
bundler: command not found: sneakersctl
我需要将 sneakers.rb 文件中的设置更改为
set :sneakers_run_config, -> { true }