From 9e9872698d2ff2dc8fc6a50e8fbe3700cf6e84be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=BF=98=E5=88=9D=E5=BF=83?= <1624717079@qq.com> Date: Wed, 21 Sep 2022 14:27:51 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ba9b865..2ceaa81 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,6 +14,7 @@ upx login ${bucket} ${operator} ${operator_password} echo "start delete!" upx rm -a * echo "start upx upload!" -upx sync ${local_path} ${remote_path} --delete +upx put ${local_path} ${remote_path} +#upx sync ${local_path} ${remote_path} --delete echo "upx upload successful!" upx logout