Skip to content

Commit

Permalink
feat: 🎸 add endpoint to oss-cn-hangzhou.aliyuncs.com
Browse files Browse the repository at this point in the history
  • Loading branch information
丹坤 committed Dec 27, 2023
1 parent 7cd898c commit 1c6db35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
run: npm install
- name: Build Website
run: npm run build
# https://github.com/yizhoumo/setup-ossutil
- uses: manyuanrong/setup-ossutil@v2.0
with:
endpoint: "higress-website-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com"
endpoint: "oss-cn-hangzhou.aliyuncs.com"
access-key-id: ${{secrets.ACCESS_KEY_ID}}
access-key-secret: ${{secrets.ACCESS_KEY_SECRET}}
- run: ossutil cp -rf dist oss://higress-website-cn-hangzhou/
Expand Down

0 comments on commit 1c6db35

Please sign in to comment.