Skip to content

Commit

Permalink
Update deploy-oss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heimanba authored Jan 17, 2025
1 parent 5b01631 commit 1280b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
chmod +x aliyun
./aliyun version
- name: Sync to OSS
run: ./aliyun oss cp ./dist oss://higress-website-cn-hongkong/ -r -f -e oss-cn-hongkong.aliyuncs.com --access-key-id ${{ secrets.ALIYUN_ACCESS_KEY_ID }} --access-key-secret ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }} --region cn-hongkong
run: ./aliyun oss cp ./dist oss://higress-website-cn-hongkong/ -r -f -e oss-cn-hongkong.aliyuncs.com --access-key-id ${{ secrets.ACCESS_KEYID }} --access-key-secret ${{ secrets.ACCESS_KEYSECRET }} --region cn-hongkong
- name: Update Cache-Control
uses: doggycool/ossutil-github-action@master
with:
Expand Down

0 comments on commit 1280b22

Please sign in to comment.