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