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