From ce82c5b4cd674998cb0ffce35821ab226ac9736c 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:19:50 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9d9505d..ba9b865 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,7 +11,9 @@ apk update \ ### 执行upx upload upx login ${bucket} ${operator} ${operator_password} +echo "start delete!" +upx rm -a * echo "start upx upload!" upx sync ${local_path} ${remote_path} --delete echo "upx upload successful!" -upx logout \ No newline at end of file +upx logout