Commit 9286b764 authored by liziwl's avatar liziwl
Browse files

switch to new ali oss

parent 53bb2b1d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -54,10 +54,10 @@ jobs:
    - name: setup aliyun oss
      uses: manyuanrong/setup-ossutil@master
      with:
        endpoint: oss-accelerate.aliyuncs.com
        endpoint: oss-cn-shenzhen.aliyuncs.com
        access-key-id: ${{ secrets.OSS_KEY_ID }}
        access-key-secret: ${{ secrets.OSS_KEY_SECRET }}
    - name: cp files to aliyun
      run: |
        ossutil rm -rf oss://sustech-online/*
        ossutil cp -rf docs/.vuepress/dist/ oss://sustech-online/
        ossutil rm -rf oss://perf-sustech-online/*
        ossutil cp -rf docs/.vuepress/dist/ oss://perf-sustech-online/