Update entrypoint.sh

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

@ -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

Loading…
Cancel
Save