mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 20:27:31 +08:00
Update deploy-to-oss.yaml
This commit is contained in:
5
.github/workflows/deploy-to-oss.yaml
vendored
5
.github/workflows/deploy-to-oss.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Download Helm Charts Index
|
- name: Download Helm Charts Index
|
||||||
uses: go-choppy/ossutil-github-action@master
|
uses: go-choppy/ossutil-github-action@master
|
||||||
with:
|
with:
|
||||||
ossArgs: 'cp oss://higress-website-cn-hongkong/helm-charts/index.yaml ./artifact/'
|
ossArgs: 'cp oss://higress-ai/helm-charts/index.yaml ./artifact/'
|
||||||
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
|
||||||
@@ -48,7 +48,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/helm-charts/'
|
ossArgs: 'cp -r -u ./artifact/ oss://higress-ai/helm-charts/'
|
||||||
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