gpt4 book ai didi

git - 与 Chef 一起检查 Git 存储库?

转载 作者:IT王子 更新时间:2023-10-29 01:24:26 24 4
gpt4 key购买 nike

我有一个 Git 存储库,我想将其 check out 到服务器上。是否有 Chef Recipe 可以做到这一点?

最佳答案

git SCM resource可能是你要找的。简单的资源使用示例:

git "/path/to/check/out/to" do
repository "git://github.com/opscode/chef.git"
reference "master"
action :sync
end

如果你想抓取一个特定的分支,另请参阅“revision”属性。

关于git - 与 Chef 一起检查 Git 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11769219/

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