mirror of
https://github.com/alibaba/higress.git
synced 2026-06-25 18:25:10 +08:00
Change OSS upload path in deploy workflow
Updated OSS upload path in the GitHub Actions workflow.
This commit is contained in:
@@ -31,7 +31,8 @@ jobs:
|
|||||||
- name: Upload to OSS
|
- name: Upload to OSS
|
||||||
uses: go-choppy/ossutil-github-action@master
|
uses: go-choppy/ossutil-github-action@master
|
||||||
with:
|
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 }}
|
accessKey: ${{ secrets.ACCESS_KEYID }}
|
||||||
accessSecret: ${{ secrets.ACCESS_KEYSECRET }}
|
accessSecret: ${{ secrets.ACCESS_KEYSECRET }}
|
||||||
endpoint: oss-cn-hongkong.aliyuncs.com
|
endpoint: oss-cn-hongkong.aliyuncs.com
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user