|
@@ -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
|