Skip to content

Commit e0951f1

Browse files
committed
cdn
1 parent 2791957 commit e0951f1

File tree

2 files changed

+1477
-1438
lines changed

2 files changed

+1477
-1438
lines changed

cdn.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# chmod +x ./cdn.sh
2+
# ./cdn.sh
3+
4+
VERSION=1.0.0
5+
FOLDER=vue-table-import
6+
NAME=@d2-projects/vue-table-import
7+
8+
qshell account
9+
qshell qupload2 \
10+
--src-dir=/Users/liyang/Documents/code/$FOLDER/dist \
11+
--bucket=d2-cdn \
12+
--key-prefix=packages/$NAME@$VERSION/ \
13+
--overwrite=true \
14+
--check-exists=true \
15+
--check-hash=true \
16+
--check-size=true \
17+
--rescan-local=true \
18+
--thread-count=32
19+
20+
echo done 上传完成

0 commit comments

Comments
 (0)