Update entrypoint.sh

main
不忘初心 2 years ago committed by GitHub
parent 9e9872698d
commit 6f86d32504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ apk update \
### 执行upx upload
upx login ${bucket} ${operator} ${operator_password}
echo "start delete!"
upx rm -a *
upx rm -a /*
echo "start upx upload!"
upx put ${local_path} ${remote_path}
#upx sync ${local_path} ${remote_path} --delete

Loading…
Cancel
Save