1
0
mirror of synced 2025-12-07 13:58:10 +08:00

ci: add edgeone-pages for release

This commit is contained in:
YunYouJun
2025-10-06 21:04:55 +08:00
parent d049af7ef2
commit c03c75123e

View File

@@ -43,3 +43,10 @@ jobs:
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# deploy to edgeone
# see https://edgeone.ai/zh/document/180255338996572160?product=edgedeveloperplatform
- name: Deploy to EdgeOne Pages
run: npx edgeone pages deploy .output/public -n cook-yunle-fun
env:
EDGEONE_API_TOKEN: ${{ secrets.EDGEONE_API_TOKEN }}