We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e036e4a commit dded0eaCopy full SHA for dded0ea
.github/workflows/tencent.yml
@@ -33,7 +33,7 @@ jobs:
33
SECRET_KEY: ${{ secrets.SECRET_KEY }}
34
BUCKET: docs-1300533487
35
REGION: ap-shanghai
36
- run: coscmd config -a ${{ secrets.SECRET_ID }} -s ${{ secrets.SECRET_KEY }} -b ${{ secrets.BUCKET }} -r iameng-cn-1258310295
+ run: coscmd config -a ${{ secrets.SECRET_ID }} -s ${{ secrets.SECRET_KEY }} -b ${{ secrets.BUCKET }} -r ap-shanghai
37
38
- name: Upload
39
- run: coscmd upload -rfs --delete dist/ / --ignore "./.git/*"
+ run: coscmd upload -rfs --delete dist/ / --ignore "./.git/*"
0 commit comments