配置文件: 。。。 set :user, 'tank' set :domain, '10.68.19.20' #本机 set :repository, "#{user}@#{domain}:/home/tank/projects/mina/server_git/depot.git" set :deploy_to, "/home/tank/projects/mina/server_app" set :branch, 'master' 。。。 其余的都是自动生成的。
都是在本机操作,一个文件夹作为 git 仓库,一个文件夹作为 app 服务器,一个文件夹作为本地开发。
执行 mina deploy 时出现如下错误: -----> Creating a temporary build path -----> Fetching new git commits -----> Using git branch 'master' Cloning into '.'... done. -----> Using this git commit
tang (ab490d3): > none
-----> Symlinking shared paths -----> Installing gem dependencies using Bundler bash: 行 79: bundle: 未找到命令 ! ERROR: Deploy failed. -----> Cleaning up build Unlinking current OK
! Command failed. Failed with status 19
什么情况?