Change OSS upload path in deploy workflow

Updated OSS upload path in the GitHub Actions workflow.
This commit is contained in:
澄潭
2026-02-03 20:02:43 +08:00
committed by GitHub
parent caf00bfeac
commit bae535c980

View File

@@ -31,7 +31,8 @@ jobs:
- name: Upload to OSS
uses: go-choppy/ossutil-github-action@master
with:
ossArgs: 'cp -r -u ./artifact/ oss://higress-website-cn-hongkong/standalone/'
ossArgs: 'cp -r -u ./artifact/ oss://higress-ai/standalone/'
accessKey: ${{ secrets.ACCESS_KEYID }}
accessSecret: ${{ secrets.ACCESS_KEYSECRET }}
endpoint: oss-cn-hongkong.aliyuncs.com