Skip to content

Commit 5f40d50

Browse files
committed
update qiniu rput param
1 parent b949939 commit 5f40d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/qiniu_publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "login qiniu..."
2222
qshell account ${AccessKey} ${SecretKey} ${QINIU_NAME}
2323

2424
echo "qshell rput ${QINIU_BUCKET} \"${APP}/images/${Tar}\" ${Tar}"
25-
qshell rput ${QINIU_BUCKET} "${APP}/images/${Tar}" ${Tar}
25+
qshell rput --overwrite ${QINIU_BUCKET} "${APP}/images/${Tar}" ${Tar}
2626

2727
rm -f ${Tar}
2828
docker rmi -f ${ImageName}:${Version}

0 commit comments

Comments
 (0)