提交 2001969e authored 作者: yoyoyo's avatar yoyoyo

1

上级 2d3c209d
......@@ -3,7 +3,7 @@
install_dir="/wwwroot"
project_dir="/wwwroot/production-run"
project_repo="http://git.wkwork.xyz/tiktok/production-run.git"
project_repo="https://git.wkwork.xyz/tiktok/production-run.git"
if [ ! -d "$install_dir" ]; then
......@@ -160,7 +160,7 @@ pull_project() {
fi
# 克隆私有仓库
repo="https://$git_username:$git_password@$project_repo"
repo="$git_username:$git_password@$project_repo"
echo_content "green" "克隆仓库 $repo ..."
git clone $repo "$project_dir"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论