浏览代码

update Makefile

Zhang Li 2 年之前
父节点
当前提交
b574ff844e
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Makefile

+ 4 - 1
Makefile

@@ -39,4 +39,7 @@ txtest:
 
 txprod:
 	@docker build --target image-txprod -t registry.cn-hangzhou.aliyuncs.com/sxtest/$(NAME):txprod .
-	@docker push registry.cn-hangzhou.aliyuncs.com/sxtest/$(NAME):txprod
+	@docker push registry.cn-hangzhou.aliyuncs.com/sxtest/$(NAME):txprod
+
+rsync:
+	@rsync -azP --exclude ".*/"  --exclude "tmp/" `pwd` sxkj@192.168.199.109:/home/sxkj/zhangli/datax-admin-inte