Skip to content

Commit

Permalink
Upload zh-CN assets to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 1, 2023
1 parent 611c134 commit ec814fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
- name: upload canary dist to oss
run: |
${{github.workspace}}/ossutil cp dist/ oss://lb-assets/github/canary/longbridgewhale.com/api/ -u -r -j 10 -e oss-cn-hangzhou.aliyuncs.com -i ${{ secrets.FE_LB_ASSET_ACCESS_KEY_ID }} -k ${{ secrets.FE_LB_ASSET_ACCESS_KEY_SECRET }} --exclude "*.html" --meta=Cache-Control:max-age=31536000
${{github.workspace}}/ossutil cp dist/zh-CN/assets/ oss://lb-assets/github/canary/longbridgewhale.com/api/assets/ -u -r -j 10 -e oss-cn-hangzhou.aliyuncs.com -i ${{ secrets.FE_LB_ASSET_ACCESS_KEY_ID }} -k ${{ secrets.FE_LB_ASSET_ACCESS_KEY_SECRET }} --exclude "*.html" --meta=Cache-Control:max-age=31536000
${{github.workspace}}/ossutil cp dist/ oss://lb-assets/github/canary/longbridgewhale.com/api/ -u -r -j 10 -e oss-cn-hangzhou.aliyuncs.com -i ${{ secrets.FE_LB_ASSET_ACCESS_KEY_ID }} -k ${{ secrets.FE_LB_ASSET_ACCESS_KEY_SECRET }} --include "*.html" --meta=Cache-Control:no-cache

0 comments on commit ec814fe

Please sign in to comment.