File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1515 env :
1616 NODE_VERSION : ' 16'
1717 QCLOUD_BUCKET : ' open-docs-1258813882'
18+ QCLOUD_HDUHELP_BUCKET : open-docs-1307730341
1819
1920 steps :
2021 - uses : actions/checkout@v3
3637 - name : Build documentation site
3738 run : pnpm docs:release
3839
39- - name : Deploy to Tencent COS
40+ - name : Deploy to Inkwire Tencent COS
4041 env :
4142 SECRET_ID : ${{ secrets.OPEN_DOCS_QCLOUD_KEY }}
4243 SECRET_KEY : ${{ secrets.OPEN_DOCS_QCLOUD_SECRET }}
4647 sudo pip install coscmd
4748 coscmd config -a ${SECRET_ID} -s ${SECRET_KEY} -b ${BUCKET} -e cos.accelerate.myqcloud.com
4849 coscmd upload -rs docs/.vuepress/dist/ /docs/
50+
51+ - name : Deploy to HDUHELP Tencent COS
52+ env :
53+ SECRET_ID : ${{ secrets.QCLOUD_HDUHELP_PUBLIC_KEY }}
54+ SECRET_KEY : ${{ secrets.QCLOUD_HDUHELP_PUBLIC_SECRET }}
55+ BUCKET : ${{ env.QCLOUD_HDUHELP_BUCKET }}
56+ REGION : ap-shanghai
57+ run : |
58+ sudo pip install coscmd
59+ coscmd config -a ${SECRET_ID} -s ${SECRET_KEY} -b ${BUCKET} -e cos.accelerate.myqcloud.com
60+ coscmd upload -rs docs/.vuepress/dist/ /docs/
You can’t perform that action at this time.
0 commit comments