gpt4 book ai didi

ruby-on-rails - 任务 :after_update_code is deprecated . .. 写这个的新方法是什么

转载 作者:行者123 更新时间:2023-12-04 03:52:05 26 4
gpt4 key购买 nike

所以我将它用作我当前的 after_update

task :after_update_code, :roles => :app do
do_something
end

但在部署时我收到此错误消息

 before_ and after_ is deprecated, please see the new before() and after() methods

我看了看,试着写了这篇

after :update_code, :roles => app do
do_something
end

但 Capistrano 只是忽略了它。更新此内容的正确方法是什么?

最佳答案

注意“看”不是“使用”。 (嗯。总是很难找到 capistrano 文档。) https://github.com/leehambley/capistrano-handbook/blob/master/index.markdown http://weblog.jamisbuck.org/2007/5/11/capistrano-2-0-preview-2

after 'deploy:update_code' do
#etc
end

看来您必须完全限定任务名称。

关于ruby-on-rails - 任务 :after_update_code is deprecated . .. 写这个的新方法是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5381698/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com