ローカルで% bundle exec cap production deploy のコマンドを実行したところ
r
1[Deprecation Notice] Future versions of Capistrano will not load the Git SCM 2plugin by default. To silence this deprecation warning, add the following to 3your Capfile after `require "capistrano/deploy"`: 4 require "capistrano/scm/git" 5 install_plugin Capistrano::SCM::Git 6(Backtrace restricted to imported tasks) 7cap aborted! 8Don't know how to build task 'deploy ' (See the list of available tasks with `cap --tasks`)
この様なエラーが発生しました
Capfileに
require "capistrano/scm/git"
install_plugin Capistrano::SCM::Git
を記述しプッシュして再度、% bundle exec cap production deploy のコマンドを実行したところ
下記写真の様なエラーになりました
Webで検索し多くの記事をみたのですが、同じエラーがなく解決策が見つけられません
解決法をご存知の方いらっしゃいましたら教えていただけると助かります
エラー画像とCapfileです
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/08/05 09:19