capistranoでデプロイ先がrvmの場合
534 ワード
下記のcapistranoでmigrateするとrakeがないというエラーが発生してしまいました。
$ cap deploy:migrate
デプロイ先のサーバのrubyがrvmで動いており、その場合下記の記述がcapistranoの設定ファイルに必要でした。
$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) # Add RVM's lib directory to the load path.
require "rvm/capistrano" # Load RVM's capistrano plugin.
Author And Source
この問題について(capistranoでデプロイ先がrvmの場合), 我々は、より多くの情報をここで見つけました https://qiita.com/hrtkmztn/items/0b35985229770be15459著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .