Update entrypoint.sh

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

@ -10,9 +10,13 @@ apk update \
### 执行upx upload ### 执行upx upload
./upx login ${bucket} ${operator} ${operator_password} ./upx login ${bucket} ${operator} ${operator_password}
echo "start delete!"
./upx rm -a hugo/* if [[ $(./upx ls) ]]; then
echo "start upx upload!" echo "start delete!"
./upx rm -a hugo/*
else
echo "start upx upload!"
fi
./upx put ${local_path} ${remote_path} ./upx put ${local_path} ${remote_path}
#./upx sync ${local_path} ${remote_path} --delete #./upx sync ${local_path} ${remote_path} --delete
echo "upx upload successful!" echo "upx upload successful!"

Loading…
Cancel
Save