卡皮斯特里亚诺集:分支
在我的 Capistriano 的部署.rb 中,我有以下内容:
set :branch, "2.3.5"
但 Capistriano 坚持签出部署。有什么想法为什么和/或如何解决它吗?我使用 git 作为 SCM:
set :application, "Example"
set :repository, "[email protected]:example/example.git"
set :scm, :git
set :deploy_to, "/var/www/example.com/"
set :branch, "2.3.5"
set :scm_verbose, true
ssh_options[:forward_agent] = true
set :use_sudo, false
set :user, "www-data"
In my deploy.rb for Capistriano I have the following:
set :branch, "2.3.5"
but Capistriano insists on checkout out deploy. Any ideas why and/or how to fix it? I'm using git as the SCM:
set :application, "Example"
set :repository, "[email protected]:example/example.git"
set :scm, :git
set :deploy_to, "/var/www/example.com/"
set :branch, "2.3.5"
set :scm_verbose, true
ssh_options[:forward_agent] = true
set :use_sudo, false
set :user, "www-data"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上是一个错误。我为它开了一张票,并在 我的分叉。
This is actually a bug. I opened a ticket for it and fixed it on my fork.