浏览代码

change:UK推送脚本

Ken 4 天之前
父节点
当前提交
066e075fcd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      push_prod.sh

+ 2 - 2
push_prod.sh

@@ -8,8 +8,8 @@ SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 cd ..
 
 # 设置TARGET_DIR为当前目录的上一层目录下的\updateFile\pc_au目录
-TARGET_DIR="$(pwd)/updateFile/pc_au"
-REMOTE_REPO="http://git.promocollection.com.au:11180/PromoAu/pc_au.git"
+TARGET_DIR="$(pwd)/updateFile/pc_uk"
+REMOTE_REPO="http://git.promocollection.com.au:11180/peter/uk_front_build.git"
 
 # 删除目标目录及其所有子目录和文件
 rm -rf "$TARGET_DIR"