标题基本概括了所有内容。我从 Cap 2 升级到 Cap 3 并且此命令不再起作用:
set :whenever_command, "bundle exec whenever -f #{File.join("\`bundle show my_gem\`", "config", "schedule.rb")}"
bundle show
不执行并返回字符串本身。
我如何使用 Capistrano 3 做到这一点?
标题基本概括了所有内容。我从 Cap 2 升级到 Cap 3 并且此命令不再起作用:
set :whenever_command, "bundle exec whenever -f #{File.join("\`bundle show my_gem\`", "config", "schedule.rb")}"
bundle show
不执行并返回字符串本身。
我如何使用 Capistrano 3 做到这一点?